Skip to content

Commit 8869e23

Browse files
Update auto-close.yml
1 parent 90833f3 commit 8869e23

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/auto-close.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Autocloser
2-
on: [issues]
2+
on:
3+
issues:
4+
types: [ labeled ]
35
jobs:
46
autoclose:
57
if: ${{ github.event.label.name == 'bug' }}

0 commit comments

Comments
 (0)