[CI SKIP] Add issue closer back

This commit is contained in:
arkon 2020-05-13 20:32:54 -04:00
parent dfb7680b19
commit c6d4ef6f8c
1 changed files with 12 additions and 0 deletions

12
.github/workflows/issue_closer.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: Issue closer
on: [issues]
jobs:
autoclose:
runs-on: ubuntu-latest
steps:
- name: Autoclose issue
uses: arkon/issue-closer-action@v1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-close-message: "@${issue.user.login} this issue was automatically closed because it was not filled in correctly or the acknowledgment section was not removed."
issue-body-pattern: ".*DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT.*"