Skip to content

Commit

Permalink
Merge pull request Aircoookie#3905 from w00000dy/main
Browse files Browse the repository at this point in the history
Set stale lable to 'stale' and increase operations-per-run in stale.yml
  • Loading branch information
blazoncek authored Apr 16, 2024
2 parents 80ebcb2 + 6272969 commit 197f47b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jobs:
with:
days-before-stale: 120
days-before-close: 7
stale-issue-label: 'stale'
stale-pr-label: 'stale'
exempt-issue-labels: 'pinned,keep,enhancement,confirmed'
exempt-pr-labels: 'pinned,keep,enhancement,confirmed'
exempt-all-milestones: true
operations-per-run: 150
operations-per-run: 1000
stale-issue-message: >
Hey! This issue has been open for quite some time without any new comments now.
It will be closed automatically in a week if no further activity occurs.
Expand Down

0 comments on commit 197f47b

Please sign in to comment.