Skip to content

Commit 0a3cd06

Browse files
committed
no message
1 parent 097f11c commit 0a3cd06

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: Close inactive issues
22

33
on:
4-
push:
5-
branches:
6-
- test
74
schedule:
8-
- cron: "0 13 * * *"
5+
- cron: "0 12 * * *"
96

107
jobs:
118
close-issues:
@@ -19,9 +16,14 @@ jobs:
1916
days-before-issue-stale: 30
2017
days-before-issue-close: 14
2118
stale-issue-label: "stale"
19+
close-issue-label: "close-inactivity"
2220
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity."
2321
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."
2628
operations-per-run: 100
2729
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)