Skip to content

Commit ac2a1b7

Browse files
authored
Update stale_issue.yml
Bring stale issue bot in parity with botocore. Update action version to v4. Remove stale PR checking, change stale issue timing to 5/2 days before closing response requested.
1 parent f5f537e commit ac2a1b7

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

.github/workflows/stale_issue.yml

+17-11
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,34 @@ jobs:
1010
runs-on: ubuntu-latest
1111
name: Stale issue job
1212
steps:
13-
- uses: aws-actions/stale-issue-cleanup@v3
13+
- uses: aws-actions/stale-issue-cleanup@v4
1414
with:
15-
# Setting messages to an empty string will cause the automation to skip
16-
# that category
17-
ancient-issue-message: Greetings! It looks like this issue hasn’t been active in longer than one year. We encourage you to check if this is still an issue in the latest release. Because it has been longer than one year since the last update on this, and in the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment to prevent automatic closure, or if the issue is already closed, please feel free to reopen it.
18-
stale-issue-message: Greetings! It looks like this issue hasn’t been active in longer than a week. We encourage you to check if this is still an issue in the latest release. Because it has been longer than a week since the last update on this, and in the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or add an upvote to prevent automatic closure, or if the issue is already closed, please feel free to open a new one.
19-
stale-pr-message: Greetings! It looks like this PR hasn’t been active in longer than a week, add a comment or an upvote to prevent automatic closure, or if the issue is already closed, please feel free to open a new one.
15+
issue-types: issues
16+
ancient-issue-message: Greetings! It looks like this issue hasn’t been active in longer
17+
than one year. We encourage you to check if this is still an issue in the latest release.
18+
In the absence of more information, we will be closing this issue soon.
19+
If you find that this is still a problem, please feel free to provide a comment or upvote
20+
with a reaction on the initial post to prevent automatic closure. If the issue is already closed,
21+
please feel free to open a new one.
22+
stale-issue-message: Greetings! It looks like this issue hasn’t been
23+
active in longer than five days. We encourage you to check if this is still an issue in the latest release.
24+
In the absence of more information, we will be closing this issue soon.
25+
If you find that this is still a problem, please feel free to provide a comment or upvote
26+
with a reaction on the initial post to prevent automatic closure. If the issue is already closed,
27+
please feel free to open a new one.
2028

2129
# These labels are required
2230
stale-issue-label: closing-soon
23-
exempt-issue-label: auto-label-exempt
24-
stale-pr-label: closing-soon
25-
exempt-pr-label: pr/needs-review,auto-label-exempt
31+
exempt-issue-labels: automation-exempt,needs-review,bug
2632
response-requested-label: response-requested
2733

2834
# Don't set closed-for-staleness label to skip closing very old issues
2935
# regardless of label
3036
closed-for-staleness-label: closed-for-staleness
3137

3238
# Issue timing
33-
days-before-stale: 7
34-
days-before-close: 4
39+
days-before-stale: 5
40+
days-before-close: 2
3541
days-before-ancient: 365
3642
# If you don't want to mark a issue as being ancient based on a
3743
# threshold of "upvotes", you can set this here. An "upvote" is

0 commit comments

Comments
 (0)