Skip to content

Commit

Permalink
Pause stale bot on weekends and reduce ops per run back to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 authored Oct 22, 2023
1 parent 9292665 commit b1076bd
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
@@ -1,7 +1,7 @@
name: "Close stale issues and pull requests"
on:
schedule:
- cron: "30 1 * * *"
- cron: "30 1 * * 1-5"

permissions:
issues: write
Expand Down Expand Up @@ -33,5 +33,5 @@ jobs:
days-before-close: 7
stale-issue-label: "status:stale"
stale-pr-label: "status:stale"
operations-per-run: 60
operations-per-run: 30
enable-statistics: true

0 comments on commit b1076bd

Please sign in to comment.