Update issue_closer.yml (#3885)
Limit the issue_closer workflow to run only when the issue is opened, edited or reopened (cherry picked from commit 76a53097b1c0216b90148ec06fc09fe995a93e33)
This commit is contained in:
parent
8404b1c0c2
commit
d26b8a9e41
4
.github/workflows/issue_closer.yml
vendored
4
.github/workflows/issue_closer.yml
vendored
@ -1,5 +1,7 @@
|
|||||||
name: Issue closer
|
name: Issue closer
|
||||||
on: [issues]
|
on:
|
||||||
|
issues:
|
||||||
|
types: [opened, edited, reopened]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
autoclose:
|
autoclose:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user