File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
name : " Close stale issues"
2
2
3
+ on :
4
+ schedule :
5
+ - cron : " 0 3 * * *"
6
+
3
7
jobs :
4
8
stale :
9
+ name : Stale
5
10
runs-on : ubuntu-latest
11
+
6
12
steps :
7
- # Executes the stale issue action
8
- # - Issues older than 30 days with no activity will receive a "Stale" label and a warning
9
- # - Issues with a "Stale" label will close in 5 days
10
13
- uses : actions/stale@v9
11
14
with :
12
- close-issue-message : " This issue has been closed for inactivity. Please re-open if this was a mistake. "
15
+ days-before-stale : 30
13
16
days-before-close : 5
14
17
days-before-pr-stale : -1 # Ignore all PRs
15
- days-before-stale : 30
16
- debug-only : true # TODO for testing
17
18
stale-issue-message : " Issues with no activity for 30 days are marked stale and subject to being closed."
18
-
19
- on :
20
- schedule :
21
- - cron : " 0 3 * * *"
19
+ close-issue-message : " This issue has been closed for inactivity. Please re-open if this was a mistake."
20
+ stole-issue-label : " lifecycle/stale"
21
+ debug-only : true # TODO for testing
You can’t perform that action at this time.
0 commit comments