Skip to content

Commit

Permalink
Update issue_closer.yml (#3885)
Browse files Browse the repository at this point in the history
Limit the issue_closer workflow to run only when the issue is opened, edited or reopened
  • Loading branch information
sainak authored Oct 3, 2020
1 parent 0904692 commit 76a5309
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/issue_closer.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Issue closer
on: [issues]
on:
issues:
types: [opened, edited, reopened]

jobs:
autoclose:
Expand Down

0 comments on commit 76a5309

Please sign in to comment.