Skip to content

Commit 2633f6b

Browse files
authored
Create non-letto.yml
1 parent c28ab93 commit 2633f6b

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/non-letto.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: "Aggiungi label non-letto"
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
7+
permissions:
8+
issues: write
9+
10+
jobs:
11+
add-label:
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- name: Aggiungi label non-letto
16+
uses: actions-ecosystem/action-add-labels@v1
17+
with:
18+
labels: non-letto
19+
env:
20+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)