Update auto-close.yaml

This commit is contained in:
Erèbe - Romain Gerard 2024-06-30 11:09:47 +02:00 committed by GitHub
parent fa13f74ad7
commit 242504edbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: