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.yml
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,26 +14,30 @@ jobs:
14
14
with:
15
15
stale-issue-message: 'This issue is stale because it has been open 7 days with no activity. Remove stale label or comment, or this will be closed in 10 days.'
16
16
close-issue-message: 'Issue closed due to being stale. Please reopen if issue persists in latest version.'
17
-
days-before-stale: 7
18
-
days-before-close: 10
17
+
days-before-stale: 6
18
+
days-before-close: 12
19
19
stale-issue-label: 'stale'
20
20
close-issue-label: 'outdated'
21
21
exempt-issue-labels: 'enhancement,keep,blocked'
22
22
exempt-all-issue-milestones: true
23
23
operations-per-run: 300
24
24
remove-stale-when-updated: true
25
+
ACTIONS_STEP_DEBUG: true
26
+
debug-only: true
25
27
26
28
- uses: actions/stale@main
27
29
id: stale-pr
28
30
name: stale-pr
29
31
with:
30
32
stale-pr-message: 'This pull request is stale as it has been open for 7 days with no activity. Remove stale label or comment, or this will be closed in 10 days.'
31
33
close-pr-message: 'Pull request closed due to being stale.'
32
-
days-before-stale: 7
33
-
days-before-close: 10
34
+
days-before-stale: 10
35
+
days-before-close: 20
34
36
close-pr-label: 'outdated'
35
37
stale-pr-label: 'stale'
36
38
exempt-pr-labels: 'keep,blocked,before next release,after next release'
0 commit comments