Skip to content

Commit

Permalink
Update stale to skip processing any issues (#5018)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey authored Jan 2, 2025
1 parent ecccbf0 commit 157951c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jobs:
stale-pr-label: stale
close-pr-message: 'This pull request was closed because it has been inactive for a week with no additional activity.'
days-before-stale: 30
days-before-issue-stale: -1 # do not mark inactive issues as stale
days-before-close: 7
days-before-issue-close: -1 # do not touch inactive issues
days-before-issue-close: -1 # do not touch inactive issues

0 comments on commit 157951c

Please sign in to comment.