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
16
+
# that category
17
+
ancient-issue-message: We have noticed this issue has not recieved attention in 3 years. We will close this issue for now. If you think this is in error, please feel free to comment and reopen the issue.
18
+
stale-issue-message: This issue has not recieved a response in 1 week. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled.
19
+
20
+
# These labels are required
21
+
stale-issue-label: closing-soon
22
+
exempt-issue-label: no-autoclose
23
+
stale-pr-label: no-pr-activity
24
+
exempt-pr-label: awaiting-approval
25
+
response-requested-label: response-requested
26
+
27
+
# Don't set closed-for-staleness label to skip closing very old issues
28
+
# regardless of label
29
+
closed-for-staleness-label: closed-for-staleness
30
+
31
+
# Issue timing
32
+
days-before-stale: 7
33
+
days-before-close: 4
34
+
days-before-ancient: 1095
35
+
36
+
# If you don't want to mark a issue as being ancient based on a
37
+
# threshold of "upvotes", you can set this here. An "upvote" is
38
+
# the total number of +1, heart, hooray, and rocket reactions
39
+
# on an issue.
40
+
minimum-upvotes-to-exempt: 10
41
+
42
+
repo-token: ${{ secrets.GITHUB_TOKEN }}
43
+
loglevel: DEBUG
44
+
# Set dry-run to true to not perform label or close actions.
0 commit comments