Skip to content

Commit

Permalink
Merge pull request Aircoookie#3901 from w00000dy/main
Browse files Browse the repository at this point in the history
Increase operations-per-run in stale.yml
  • Loading branch information
blazoncek authored Apr 14, 2024
2 parents d2b4d25 + cd928bc commit 80ebcb2
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
@@ -1,7 +1,7 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '0 6,12,18 * * *'
- cron: '0 12 * * *'
workflow_dispatch:

jobs:
Expand All @@ -15,6 +15,7 @@ jobs:
exempt-issue-labels: 'pinned,keep,enhancement,confirmed'
exempt-pr-labels: 'pinned,keep,enhancement,confirmed'
exempt-all-milestones: true
operations-per-run: 150
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 80ebcb2

Please sign in to comment.