stale workflow: increase operations-per-run (default=30) so that all … (#3581)

…issues can be processed
This commit is contained in:
Karsten Hassel 2024-10-05 22:41:41 +02:00 committed by GitHub
parent c7dcf542cf
commit 0130dc45ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -17,5 +17,6 @@ jobs:
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."
days-before-issue-stale: 60
days-before-issue-close: 7
operations-per-run: 100
stale-issue-label: "wontfix"
exempt-issue-labels: "pinned,security,under investigation,pr welcome"

View File

@ -17,7 +17,7 @@ _This release is scheduled to be released on 2025-01-01._
### Updated
- [repo] reactivated `stale.yaml` as github action to mark issues as stale after 60 days and close them 7 days later (if no activity).
- [repo] reactivated `stale.yaml` as github action to mark issues as stale after 60 days and close them 7 days later (if no activity)
### Fixed