Update issue_closer.yml (#4505)

Limit the issue_closer workflow to run only when the issue is opened, edited or reopened
This commit is contained in:
Aakash Singh 2020-10-03 22:33:36 +05:30 committed by GitHub
parent b91c34f739
commit 7fea7cd5e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
name: Issue closer
on: [issues]
on:
issues:
types: [opened, edited, reopened]
jobs:
autoclose:
runs-on: ubuntu-latest