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
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.
Copy file name to clipboardExpand all lines: .github/workflows/stale_issue.yml
+17-11
Original file line number
Diff line number
Diff line change
@@ -10,28 +10,34 @@ jobs:
10
10
runs-on: ubuntu-latest
11
11
name: Stale issue job
12
12
steps:
13
-
- uses: aws-actions/stale-issue-cleanup@v3
13
+
- uses: aws-actions/stale-issue-cleanup@v4
14
14
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,
0 commit comments