You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/close-stale-issues.yml
+4-4
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,14 @@ jobs:
14
14
with:
15
15
# Setting messages to an empty string will cause the automation to skip
16
16
# that category
17
-
ancient-issue-message: This issue has not received any attention in 3 years. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.
17
+
ancient-issue-message: This issue has not received any attention in 2 years. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.
18
18
stale-issue-message: This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.
19
19
stale-pr-message: This PR has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.
20
20
21
21
# These labels are required
22
22
stale-issue-label: closing-soon
23
23
exempt-issue-label: no-autoclose
24
-
stale-pr-label: pr/no-activity
24
+
stale-pr-label: closing-soon
25
25
exempt-pr-label: no-autoclose
26
26
response-requested-label: response-requested
27
27
@@ -32,7 +32,7 @@ jobs:
32
32
# Issue timing
33
33
days-before-stale: 7
34
34
days-before-close: 4
35
-
days-before-ancient: 1095
35
+
days-before-ancient: 730
36
36
37
37
# If you don't want to mark a issue as being ancient based on a
38
38
# threshold of "upvotes", you can set this here. An "upvote" is
@@ -43,4 +43,4 @@ jobs:
43
43
repo-token: ${{ secrets.GITHUB_TOKEN }}
44
44
# loglevel: DEBUG
45
45
# Set dry-run to true to not perform label or close actions.
0 commit comments