Skip to content

Commit fd7b95f

Browse files
authored
add separate comment for issue and PR
1 parent a433fcc commit fd7b95f

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

.github/stale.yml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,31 @@
11
# Configuration for probot-stale - https://github.com/probot/stale
22

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
44
daysUntilStale: 60
55

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.
77
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
88
daysUntilClose: 7
99

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
1111
exemptLabels:
1212
- pinned
1313

14-
# Label to use when marking as stale
14+
# Label to use when marking as stale
1515
staleLabel: stale
1616

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
1818
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
2020
recent activity. It will be closed if no further activity occurs. Thank you
2121
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
2331
closeComment: false

0 commit comments

Comments
 (0)