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
# Configuration for GitHub StaleBot to close issues with "triage" label after 4 weeks of inactivity
2
+
3
+
issues:
4
+
daysUntilStale: 28# Add 'stale' label after 4 weeks
5
+
daysUntilClose: 28# Close 4 weeks after being marked stale
6
+
staleLabel: stale
7
+
onlyLabels:
8
+
- triage
9
+
exemptAssignees: true
10
+
closeComment: >
11
+
This issue has been automatically closed because it has been marked as "triage" and has not had any activity for 4 weeks. If you believe this was closed in error, please reopen or create a new issue.
12
+
13
+
pulls:
14
+
daysUntilStale: 28# Add 'stale' label after 4 weeks
15
+
daysUntilClose: 28# Close 4 weeks after being marked stale
16
+
staleLabel: stale
17
+
closeComment: >
18
+
This pull request has been automatically closed due to 8 weeks of inactivity. If you believe this was closed in error, please reopen or create a new pull request.
0 commit comments