mirror of https://github.com/tteck/Proxmox.git
Update and rename main.yml to close-incomplete-issues.yml
parent
d503898b77
commit
9e2064b665
|
@ -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}
|
Loading…
Reference in New Issue