Skip to content

Commit 0130dc4

Browse files
authored
stale workflow: increase operations-per-run (default=30) so that all … (#3581)
…issues can be processed
1 parent c7dcf54 commit 0130dc4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/stale.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ jobs:
1717
stale-issue-message: "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions."
1818
days-before-issue-stale: 60
1919
days-before-issue-close: 7
20+
operations-per-run: 100
2021
stale-issue-label: "wontfix"
2122
exempt-issue-labels: "pinned,security,under investigation,pr welcome"

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ _This release is scheduled to be released on 2025-01-01._
1717

1818
### Updated
1919

20-
- [repo] reactivated `stale.yaml` as github action to mark issues as stale after 60 days and close them 7 days later (if no activity).
20+
- [repo] reactivated `stale.yaml` as github action to mark issues as stale after 60 days and close them 7 days later (if no activity)
2121

2222
### Fixed
2323

0 commit comments

Comments
 (0)