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
7
+
8
+
# Number of days of inactivity before an Issue or Pull Request becomes stale
9
+
daysUntilStale: 21
10
+
11
+
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
12
+
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
13
+
daysUntilClose: 7
14
+
15
+
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
16
+
exemptLabels:
17
+
- bug
18
+
- enhancement
19
+
20
+
# Label to use when marking as stale
21
+
staleLabel: stale
22
+
23
+
# Comment to post when marking as stale. Set to `false` to disable
24
+
markComment: >
25
+
This pull request has been automatically marked as stale because it didn't have any recent activity. It will be closed if no further activity occurs. Thank you.
26
+
closeComment: >
27
+
This pull request has been automatically closed. Thank you.
0 commit comments