Update auto-close.yaml
This commit is contained in:
parent
fa13f74ad7
commit
242504edbd
1 changed files with 3 additions and 3 deletions
6
.github/workflows/auto-close.yaml
vendored
6
.github/workflows/auto-close.yaml
vendored
|
@ -9,10 +9,10 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
- name: Automatically close issues that don't follow the issue template
|
||||
uses: lucasbento/auto-close-issues@v1.0.2
|
||||
uses: roots/issue-closer@v1.1
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
closed-issues-label: "bad-issue-template"
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue-pattern: ".*Describe the bug.*"
|
||||
issue-close-message: |-
|
||||
@${issue.user.login}: hello! :wave:
|
||||
|
||||
|
|
Loading…
Reference in a new issue