mirror of https://github.com/tteck/Proxmox.git
Update and rename main.yml to close-incomplete-issues.yml
This commit is contained in:
parent
d503898b77
commit
9e2064b665
|
@ -12,7 +12,7 @@ jobs:
|
|||
- name: Automatically close issues that don't follow the issue template
|
||||
uses: lucasbento/auto-close-issues@v1.0.2
|
||||
with:
|
||||
github-token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
closed-issues-label: '🙁 Auto-Closed'
|
||||
issue-close-message: |
|
||||
Hello @${issue.user.login}
|
Loading…
Reference in New Issue