File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 3
3
# You can adjust the behavior by modifying this file.
4
4
# For more information, see:
5
5
# https://github.com/actions/stale
6
- name : stale
6
+ name : Mark stale issues and pull requests
7
7
8
8
on :
9
9
schedule :
10
- - cron : ' 45 13 * * *'
10
+ - cron : ' 45 15 * * *'
11
11
12
12
jobs :
13
13
stale :
@@ -18,10 +18,13 @@ jobs:
18
18
pull-requests : write
19
19
20
20
steps :
21
- - uses : actions/stale@v3
21
+ - uses : actions/stale@v9
22
22
with :
23
23
repo-token : ${{ secrets.GITHUB_TOKEN }}
24
24
stale-issue-message : ' Stale issue message'
25
25
stale-pr-message : ' Stale pull request message'
26
- stale-issue-label : ' no-issue-activity'
27
- stale-pr-label : ' no-pr-activity'
26
+ stale-issue-label : ' no-activity'
27
+ stale-pr-label : ' no-activity'
28
+ operations-per-run : 3
29
+ days-before-stale : 90
30
+ days-before-close : 30
You can’t perform that action at this time.
0 commit comments