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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,12 @@ jobs:
17
17
with:
18
18
ascending: true
19
19
close-pr-message: 'Pull request closed due to inactivity.'
20
-
days-before-close: 7
21
20
days-before-stale: 14
21
+
days-before-issue-close: -1
22
+
days-before-pr-close: 7
22
23
delete-branch: true
23
24
exempt-issue-labels: 'exempt-stale'
24
25
exempt-pr-labels: 'exempt-stale,dependencies,ci'
25
-
exempt-pr-authors: 'dependabot[bot]'
26
26
operations-per-run: 100
27
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.'
28
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