Skip to content

Commit 762e8fb

Browse files
authoredJun 23, 2023
chore: update ancient issue bot (#3734)
1 parent 169f44b commit 762e8fb

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed
 

‎.github/workflows/stale_issue.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
name: Stale issue job
1616
steps:
17-
- uses: aws-actions/stale-issue-cleanup@v4
17+
- uses: aws-actions/stale-issue-cleanup@v6
1818
with:
1919
issue-types: issues
20-
ancient-issue-message: Greetings! It looks like this issue hasn’t been active in longer
21-
than one year. We encourage you to check if this is still an issue in the latest release.
22-
In the absence of more information, we will be closing this issue soon.
23-
If you find that this is still a problem, please feel free to provide a comment or upvote
24-
with a reaction on the initial post to prevent automatic closure. If the issue is already closed,
25-
please feel free to open a new one.
2620
stale-issue-message: Greetings! It looks like this issue hasn’t been
2721
active in longer than five days. We encourage you to check if this is still an issue in the latest release.
2822
In the absence of more information, we will be closing this issue soon.
@@ -42,7 +36,6 @@ jobs:
4236
# Issue timing
4337
days-before-stale: 5
4438
days-before-close: 2
45-
days-before-ancient: 365
4639
# If you don't want to mark a issue as being ancient based on a
4740
# threshold of "upvotes", you can set this here. An "upvote" is
4841
# the total number of +1, heart, hooray, and rocket reactions

0 commit comments

Comments
 (0)
Please sign in to comment.