Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaae committed Mar 31, 2024
1 parent 6c1b9b7 commit 374958a
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 @@ -9,12 +9,12 @@ jobs:
name: Stale
runs-on: ubuntu-latest
steps:
- uses: "actions/stale@v5.1.1"
- uses: "actions/stale@v9"
with:
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.'
stale-pr-message: 'This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.'
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
days-before-stale: 14
days-before-close: 7
exempt-issue-labels: 'pinned,security,planned,help wanted'
exempt-pr-labels: 'pinned,security,planned,help wanted'
exempt-pr-labels: 'pinned,security,planned,help wanted'

0 comments on commit 374958a

Please sign in to comment.