final attempt at stale.yml
Simon Smith committed
Jun 12, 2025 at 08:59 UTC
1d7d68cde36f72c835cc60036f8fd4e6af7e9852
1 file changed
+4
-4
.github/workflows/stale.yml
+4
-4
@@ -19,16 +19,16 @@ 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"
22
+ close-issue-label: "Closed"
23
stale-issue-label: "Stale"
24
- exempt-issue-labels: "pinned,important"
24
+ exempt-issue-labels: "pinned,important,Closed"
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."
29
- close-pr-label: "Stale"
29
+ close-pr-label: "Closed"
30
stale-pr-label: "Stale"
31
- exempt-pr-labels: "pinned,important"
31
+ exempt-pr-labels: "pinned,important,Closed"
32
exempt-draft-pr: true
33
34
# Common configuration