Update and rename main.yml to close-incomplete-issues.yml

This commit is contained in:
tteckster 2024-03-19 03:30:01 -04:00 committed by GitHub
parent d503898b77
commit 9e2064b665
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
- 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: lucasbento/auto-close-issues@v1.0.2
with: with:
github-token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
closed-issues-label: '🙁 Auto-Closed' closed-issues-label: '🙁 Auto-Closed'
issue-close-message: | issue-close-message: |
Hello @${issue.user.login} Hello @${issue.user.login}