Commit 548e5d0 1 parent f8d4a5e commit 548e5d0 Copy full SHA for 548e5d0
File tree 2 files changed +23
-4
lines changed
2 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 1
- name : Portier
1
+ name : Zamykanie etykietami dla otwartych zgłoszeń
2
2
3
3
on :
4
4
issues :
5
5
types : [labeled]
6
6
7
7
jobs :
8
- apply-label :
9
- if : github.event.label.name == 'zatwierdzone' || github.event.label.name == 'odrzucone'
8
+ close :
9
+ if : github.event.label.name == 'zatwierdzone' || github.event.label.name == 'odrzucone' || github.event.label.name == 'dawno zrobione'
10
10
runs-on : ubuntu-latest
11
11
permissions :
12
12
issues : write
13
13
steps :
14
14
- uses : hawkeye116477/issue-manager-action@v1
15
15
with :
16
16
mode : " close"
17
- completed-label : " zatwierdzone"
17
+ completed-label : |
18
+ zatwierdzone
19
+ dawno zrobione
18
20
not-planned-label : " odrzucone"
Original file line number Diff line number Diff line change
1
+ name : Dodawanie etykiet dla zamykanych zgłoszeń
2
+
3
+ on :
4
+ issues :
5
+ types : [closed]
6
+
7
+ jobs :
8
+ apply-label :
9
+ runs-on : ubuntu-latest
10
+ permissions :
11
+ issues : write
12
+ steps :
13
+ - uses : hawkeye116477/issue-manager-action@v1
14
+ with :
15
+ mode : " labelClosed"
16
+ completed-label : " zatwierdzone"
17
+ not-planned-label : " odrzucone"
You can’t perform that action at this time.
0 commit comments