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 probot-stale - https://github.com/probot/stale
2
+
# Number of days of inactivity before an issue becomes stale
3
+
daysUntilStale: 90
4
+
# Number of days of inactivity before a stale issue is closed
5
+
daysUntilClose: 7
6
+
# Issues with these labels will never be considered stale
7
+
exemptLabels:
8
+
- "Priority: Critical"
9
+
- "Priority: High"
10
+
- "Priority: Medium"
11
+
- "Priority: Low"
12
+
- "PR: Major"
13
+
- "PR: Minor"
14
+
- "PR: Patch"
15
+
- "Status: Coming Soon"
16
+
- "Status: In Progress"
17
+
- "Status: Intend To Implement"
18
+
- "Status: On Hold"
19
+
- "Status: On Roadmap"
20
+
- "Status: Review Needed"
21
+
- "Status: WIP"
22
+
- "Type: Bug"
23
+
- "Type: Nice 1st Contribution"
24
+
- "Type: Security"
25
+
# Label to use when marking an issue as stale
26
+
staleLabel: "Status: Stale"
27
+
issues:
28
+
# Comment to post when marking an issue as stale
29
+
markComment: >
30
+
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
31
+
Thank you for your contribution.
32
+
# Comment to post when closing a stale issue
33
+
closeComment: >
34
+
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. Thank you!
35
+
pulls:
36
+
# Comment to post when marking a pull request as stale
37
+
markComment: >
38
+
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
39
+
Thank you for your contribution.
40
+
# Comment to post when closing a stale pull request
41
+
closeComment: >
42
+
Closing this pull request after a prolonged period of inactivity. If this issue is still present in the latest release, please ask for this pull request to be reopened. Thank you!
0 commit comments