Skip to content

Commit af1a841

Browse files
authored
Merge branch 'master' into benisrae/fix-version-updates-again
2 parents ba86897 + 31c1e45 commit af1a841

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/close-stale-issues.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
with:
1515
# Setting messages to an empty string will cause the automation to skip
1616
# 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.
1818
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.
1919
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.
2020

2121
# These labels are required
2222
stale-issue-label: closing-soon
2323
exempt-issue-label: no-autoclose
24-
stale-pr-label: pr/no-activity
24+
stale-pr-label: closing-soon
2525
exempt-pr-label: no-autoclose
2626
response-requested-label: response-requested
2727

@@ -32,7 +32,7 @@ jobs:
3232
# Issue timing
3333
days-before-stale: 7
3434
days-before-close: 4
35-
days-before-ancient: 1095
35+
days-before-ancient: 730
3636

3737
# If you don't want to mark a issue as being ancient based on a
3838
# threshold of "upvotes", you can set this here. An "upvote" is
@@ -43,4 +43,4 @@ jobs:
4343
repo-token: ${{ secrets.GITHUB_TOKEN }}
4444
# loglevel: DEBUG
4545
# Set dry-run to true to not perform label or close actions.
46-
dry-run: true
46+
dry-run: false

0 commit comments

Comments
 (0)