ci: update inactive action
This commit is contained in:
parent
aa37dd4e99
commit
41293f00e4
|
@ -10,12 +10,11 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: close-issues
|
- name: close-issues
|
||||||
uses: actions-cool/issues-helper@v3
|
uses: actions/stale@v7
|
||||||
with:
|
with:
|
||||||
actions: "close-issues"
|
stale-issue-message: "This issue was closed due to inactive more than 30 days. You can reopen it if you think it should continue."
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
exempt-issue-labels: "FAQ,question,bug,enhancement"
|
||||||
inactive-day: 30
|
days-before-stale: 30
|
||||||
exclude-labels: "enhancement,bug,FAQ"
|
days-before-close: 0
|
||||||
close-reason: "not_planned"
|
days-before-pr-stale: -1
|
||||||
body: |
|
days-before-pr-close: -1
|
||||||
This issue was closed due to inactive more than 30 days. You can reopen it if you think it should continue.
|
|
||||||
|
|
Loading…
Reference in New Issue