[CI SKIP] Remove issue closer action

This commit is contained in:
arkon 2020-04-25 17:52:25 -04:00
parent 9638620270
commit 9d7f8c9357
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
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.*"