Skip to content

Commit

Permalink
Increase operations-per-run in stale.yml
Browse files Browse the repository at this point in the history
Because of this we don't need to run this action 3 times a day
  • Loading branch information
w00000dy authored Apr 14, 2024
1 parent d2b4d25 commit cd928bc
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 cd928bc

Please sign in to comment.