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
# Setting messages to an empty string will cause the automation to skip
17
-
# that category
18
-
ancient-issue-message: Greetings! We’re closing this issue because it has been open a long time and hasn’t been updated in a while and may not be getting the attention it deserves. We encourage you to check if this is still an issue in the latest release and if you find that this is still a problem, please feel free to comment or open a new issue.
19
-
stale-issue-message: This issue has not received a response in 2 weeks. If you still think there is a problem, please leave a comment to avoid the issue from automatically closing.
20
-
stale-pr-message: This PR has not received a response in 2 weeks. If you still think there is a problem, please leave a comment to avoid the PR from automatically closing.
21
-
# These labels are required
22
-
stale-issue-label: closing-soon
23
-
exempt-issue-label: no-autoclose
24
-
stale-pr-label: closing-soon
25
-
exempt-pr-label: pr/needs-review
26
-
response-requested-label: response-requested
27
-
28
-
# Don't set closed-for-staleness label to skip closing very old issues
29
-
# regardless of label
30
-
closed-for-staleness-label: closed-for-staleness
31
-
32
-
# Issue timing
33
-
days-before-stale: 14
34
-
days-before-close: 7
35
-
days-before-ancient: 365
36
-
37
-
# If you don't want to mark a issue as being ancient based on a
38
-
# threshold of "upvotes", you can set this here. An "upvote" is
39
-
# the total number of +1, heart, hooray, and rocket reactions
40
-
# on an issue.
41
-
minimum-upvotes-to-exempt: 5
42
-
43
15
repo-token: ${{ secrets.GITHUB_TOKEN }}
44
-
loglevel: DEBUG
45
-
# Set dry-run to true to not perform label or close actions.
46
-
# dry-run: true
16
+
stale-issue-message: "This issue has not received a response in 2 weeks. If you still think there is a problem, please leave a comment to avoid the issue from automatically closing."
17
+
close-issue-message: "Greetings! We are closing this issue because it has been open a long time and hasn’t been updated in a while and may not be getting the attention it deserves. We encourage you to check if this is still an issue in the latest release and if you find that this is still a problem, please feel free to comment or reopen the issue."
18
+
# Label applied or removed when an issue becomes stale
Copy file name to clipboardExpand all lines: MAINTAINERS.md
+2
Original file line number
Diff line number
Diff line change
@@ -268,6 +268,8 @@ In other cases, you may have constrained capacity. Use `help=wanted` label when
268
268
269
269
When in doubt, use `need-more-information` or `need-customer-feedback` labels to signal more context and feedback are necessary before proceeding. You can also use `status/on-hold` label when you expect it might take a while to gather enough information before you can decide.
270
270
271
+
Note that issues marked as `need-more-information` and `status/discussing` will be automatically closed after 3 weeks of inactivity.
272
+
271
273
### Crediting contributions
272
274
273
275
We credit all contributions as part of each [release note](https://github.com/awslabs/aws-lambda-powertools-typescript/releases) as an automated process. If you find contributors are missing from the release note you're producing, please add them manually.
0 commit comments