update
This commit is contained in:
parent
887c8cf785
commit
01e4eb5295
1 changed files with 6 additions and 4 deletions
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
|
|
@ -9,6 +9,7 @@ permissions:
|
||||||
actions: write
|
actions: write
|
||||||
contents: write
|
contents: write
|
||||||
issues: write
|
issues: write
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
|
|
@ -108,11 +109,12 @@ jobs:
|
||||||
- uses: DeMoorJasper/stale@v2.0.1
|
- uses: DeMoorJasper/stale@v2.0.1
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ github.token }}
|
repo-token: ${{ github.token }}
|
||||||
stale-message: 'This issue has been inactive for 5 days. Please add a comment to keep it open. Otherwise, it will be closed in 2 days.'
|
stale-message: 'This issue has been inactive for 7 days. Please add a comment to keep it open. Otherwise, it will be closed in 7 days.'
|
||||||
days-before-stale: 5
|
days-before-stale: 7
|
||||||
days-before-close: 2
|
days-before-close: 7
|
||||||
stale-label: 'no-issue-activity'
|
stale-label: 'no-issue-activity'
|
||||||
needs: release
|
dry-run: 'false'
|
||||||
|
needs: [release, close-issues]
|
||||||
|
|
||||||
release-cleanup:
|
release-cleanup:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue