Merge pull request #828 from arthenica/github-workflows-fix
update stale action rules
This commit is contained in:
commit
cb9a4c889a
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
issues: write
|
issues: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v5
|
- uses: actions/stale@v8
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
days-before-stale: 60
|
days-before-stale: 60
|
||||||
|
@ -21,6 +21,6 @@ jobs:
|
||||||
close-pr-message: 'This PR was closed because it has been stalled for 7 days with no activity.'
|
close-pr-message: 'This PR was closed because it has been stalled for 7 days with no activity.'
|
||||||
stale-issue-label: 'no-issue-activity'
|
stale-issue-label: 'no-issue-activity'
|
||||||
stale-pr-label: 'no-pr-activity'
|
stale-pr-label: 'no-pr-activity'
|
||||||
exempt-issue-labels: 'enhancement,unreleased'
|
exempt-issue-labels: 'enhancement,ffmpeg-bug,unreleased'
|
||||||
exempt-pr-labels: 'enhancement,unreleased'
|
exempt-pr-labels: 'enhancement,unreleased'
|
||||||
exempt-all-assignees: 'true'
|
exempt-all-assignees: 'true'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user