Update stale.yml
Simon Smith committed
Jun 12, 2025 at 08:29 UTC
d21d7ab935c0b39c73d4441f6d64fa7ea5537fc5
1 file changed
+9
-7
.github/workflows/stale.yml
+9
-7
@@ -19,16 +19,18 @@ jobs:
19
# Issues configuration
20
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."
21
close-issue-message: "This issue has been automatically closed due to inactivity. If you believe this is still relevant, please feel free to reopen it."
22
+ close-issue-label: "Stale"
23
+ stale-issue-label: "Stale"
24
+ exempt-issue-labels: "pinned,important"
25
26
# PRs configuration
27
stale-pr-message: "This pull request 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."
28
close-pr-message: "This pull request has been automatically closed due to inactivity. If you'd like to continue working on it, please reopen it."
26
-
27
- # Common configuration
28
- exempt-issue-labels: "pinned,important"
29
+ close-pr-label: "Stale"
30
+ stale-pr-label: "Stale"
31
exempt-pr-labels: "pinned,important"
30
-
31
- # Other configurations
32
exempt-draft-pr: true
33
- operations-per-run: 1000
34
- ascending: true
\ No newline at end of file
33
+
34
+ # Common configuration
35
+ operations-per-run: 5000
36
+ ascending: true