Skip to content

Commit

Permalink
Merge pull request arthenica#828 from arthenica/github-workflows-fix
Browse files Browse the repository at this point in the history
update stale action rules
  • Loading branch information
tanersener authored Sep 10, 2023
2 parents 812c12d + fea42cf commit cb9a4c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v5
- uses: actions/stale@v8
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 60
Expand All @@ -21,6 +21,6 @@ jobs:
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-pr-label: 'no-pr-activity'
exempt-issue-labels: 'enhancement,unreleased'
exempt-issue-labels: 'enhancement,ffmpeg-bug,unreleased'
exempt-pr-labels: 'enhancement,unreleased'
exempt-all-assignees: 'true'

0 comments on commit cb9a4c8

Please sign in to comment.