update stale workflow
This commit is contained in:
parent
afd97f9315
commit
185ddad004
|
@ -9,10 +9,12 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Close Stale Issues
|
- name: Close Stale Issues
|
||||||
uses: actions/stale@v3.0.18
|
uses: actions/stale@v4.0.0
|
||||||
with:
|
with:
|
||||||
# Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`.
|
# Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`.
|
||||||
# repo-token: ${{ github.token }}
|
# repo-token: ${{ github.token }}
|
||||||
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
|
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
|
||||||
days-before-stale: 30
|
days-before-stale: 30
|
||||||
days-before-close: 5
|
days-before-close: 5
|
||||||
|
exempt-all-pr-milestones: true
|
||||||
|
exempt-all-assignees: true
|
||||||
|
|
Loading…
Reference in New Issue