You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/stale.yaml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,15 @@ jobs:
16
16
id: stale
17
17
with:
18
18
ascending: true
19
-
close-issue-message: 'Issue closed due to inactivity.'
20
19
close-pr-message: 'Pull request closed due to inactivity.'
21
-
days-before-close: 7
22
20
days-before-stale: 14
21
+
days-before-issue-close: -1
22
+
days-before-pr-close: 7
23
23
delete-branch: true
24
24
exempt-issue-labels: 'exempt-stale'
25
+
exempt-pr-labels: 'exempt-stale,dependencies,ci'
25
26
operations-per-run: 100
26
-
stale-issue-message: 'This issue is stale because it has been open for 2 weeks with no activity. Remove stale label or comment or this will be closed in 7 days'
27
+
stale-issue-message: 'This issue is stale because it has been open for 2 weeks with no activity. Remove stale label or comment to keep it open.'
27
28
stale-pr-message: 'This pull request is stale because it has been open for 2 weeks with no activity. Remove stale label or comment or this will be closed in 7 days'
0 commit comments