File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Configuration for probot-stale - https://github.com/probot/stale
2
2
3
- # Number of days of inactivity before an Issue or Pull Request becomes stale
3
+ # Number of days of inactivity before an Issue or Pull Request becomes stale
4
4
daysUntilStale : 60
5
5
6
- # Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
6
+ # Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
7
7
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
8
8
daysUntilClose : 7
9
9
10
- # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
10
+ # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
11
11
exemptLabels :
12
12
- pinned
13
13
14
- # Label to use when marking as stale
14
+ # Label to use when marking as stale
15
15
staleLabel : stale
16
16
17
- # Comment to post when marking as stale. Set to `false` to disable
17
+ # Comment to post when marking as stale. Set to `false` to disable
18
18
markComment : >
19
- This pull request has been automatically marked as stale because it has not had
19
+ This issue has been automatically marked as stale because it has not had
20
20
recent activity. It will be closed if no further activity occurs. Thank you
21
21
for your contributions.
22
- # Comment to post when closing a stale issue. Set to `false` to disable
22
+
23
+ # Separate pull request mark comment
24
+ pulls :
25
+ markComment : >
26
+ This pull request has been automatically marked as stale because it has not had
27
+ recent activity. It will be closed if no further activity occurs. Thank you
28
+ for your contributions.
29
+
30
+ # Comment to post when closing a stale issue. Set to `false` to disable
23
31
closeComment : false
You can’t perform that action at this time.
0 commit comments