File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,13 @@ name: "Stale issues and pull requests"
4
4
on :
5
5
schedule :
6
6
- cron : " 0 0 * * *"
7
+ workflow_dispatch :
7
8
8
9
jobs :
9
10
stale :
10
11
runs-on : ubuntu-latest
11
12
steps :
12
- - uses : actions/stale@v8
13
+ - uses : actions/stale@v9
13
14
with :
14
15
repo-token : ${{ secrets.GITHUB_TOKEN }}
15
16
stale-issue-message : >-
@@ -29,11 +30,13 @@ jobs:
29
30
1. Comment that the issue is still reproducible and include updated details requested in the issue template.
30
31
days-before-stale : 30
31
32
days-before-close : 99999
33
+ days-before-pr-close : 90
32
34
stale-issue-label : " stale"
33
35
exempt-issue-label : " stale/exempt"
34
36
stale-pr-message : >-
35
- This issue has been automatically marked as stale because it has not had activity in the last 30 days.
37
+ This PR has been automatically marked as stale because it has not had activity in the last 30 days.
36
38
37
- Note that the issue will not be automatically closed, but this notification will remind us to investigate why there's been inactivity .
39
+ If there is no activity for another 90 days, this issue will be automatically closed .
38
40
stale-pr-label : " stale"
39
41
exempt-pr-label : " stale/exempt"
42
+ delete-branch : true
You can’t perform that action at this time.
0 commit comments