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
|
- name: Checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
- name: Automatically close issues that don't follow the issue template
|
- 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:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
closed-issues-label: "bad-issue-template"
|
issue-pattern: ".*Describe the bug.*"
|
||||||
issue-close-message: |-
|
issue-close-message: |-
|
||||||
@${issue.user.login}: hello! :wave:
|
@${issue.user.login}: hello! :wave:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue