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
+18-4Lines changed: 18 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -20,15 +20,29 @@ jobs:
20
20
with:
21
21
stale-issue-message: 'This issue is stale because it has been open 280 days with no activity. Remove stale label or comment or this will be closed in 14 days.'
22
22
close-issue-message: 'This issue was closed because it has been stalled for 14 days with no activity.'
23
-
stale-issue-label: 'I-stale'
23
+
stale-issue-label: 'J-stale'
24
+
stale-pr-label: 'J-stale'
24
25
days-before-stale: 180
25
26
days-before-close: 14
26
27
exempt-all-milestones: true
27
28
- uses: actions/stale@v9
28
29
with:
29
30
close-issue-message: 'This issue was closed because we did not receive any additional information after 14 days.'
30
-
stale-issue-label: 'R-awaiting answer'
31
+
stale-issue-label: 'J-awaiting answer'
31
32
days-before-stale: -1
32
33
days-before-close: 14
33
-
labels-to-add-when-unstale: 'needs-triaging'
34
-
34
+
labels-to-add-when-unstale: 'A-needs-triaging'
35
+
- uses: actions/stale@v9
36
+
with:
37
+
close-issue-message: 'This issue was closed because we did not receive any additional information after 14 days.'
38
+
stale-issue-label: 'J-logging'
39
+
days-before-stale: -1
40
+
days-before-close: 14
41
+
labels-to-add-when-unstale: 'A-needs-triaging'
42
+
- uses: actions/stale@v9
43
+
with:
44
+
close-issue-message: 'This issue was closed because we did not receive any additional information after 14 days.'
0 commit comments