File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : Close inactive issues
2
2
3
3
on :
4
- push :
5
- branches :
6
- - test
7
4
schedule :
8
- - cron : " 0 13 * * *"
5
+ - cron : " 0 12 * * *"
9
6
10
7
jobs :
11
8
close-issues :
19
16
days-before-issue-stale : 30
20
17
days-before-issue-close : 14
21
18
stale-issue-label : " stale"
19
+ close-issue-label : " close-inactivity"
22
20
stale-issue-message : " This issue is stale because it has been open for 30 days with no activity."
23
21
close-issue-message : " This issue was closed because it has been inactive for 14 days since being marked as stale."
24
- days-before-pr-stale : 30
25
- days-before-pr-close : 14
22
+ days-before-pr-stale : 14
23
+ days-before-pr-close : 7
24
+ stale-pr-label : " stale"
25
+ close-pr-label : " close-inactivity"
26
+ stale-pr-message : " This PR is stale because it has been open for 14 days with no activity."
27
+ close-pr-message : " This PR was closed because it has been inactive for 14 days since being marked as stale."
26
28
operations-per-run : 100
27
29
repo-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments