Skip to content

Commit 36048ea

Browse files
author
Chris Elion
authored
add config for stalebot (#2657)
* add config for stalebot * whitespace * remove obsolete tags * Update stale.yml
1 parent a7c1fcc commit 36048ea

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/stale.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Configuration for probot-stale - https://github.com/probot/stale
2+
3+
# General configuration
4+
# Label to use when marking as stale
5+
staleLabel: stale
6+
7+
# Issue specific configuration
8+
issues:
9+
# TODO: Raise the limitPerRun once we are satisfied with the bot's performance
10+
limitPerRun: 1
11+
daysUntilStale: 14
12+
daysUntilClose: 14
13+
markComment: >
14+
This issue has been automatically marked as stale because it has not had activity in the
15+
last 14 days. It will be closed in the next 14 days if no further activity occurs.
16+
Thank you for your contributions.
17+
closeComment: >
18+
This issue has been automatically closed because it has not had activity in the
19+
last 28 days. If this issue is still valid, please ping a maintainer.
20+
Thank you for your contributions.
21+
exemptLabels:
22+
- bug
23+
- request
24+
- help-wanted

0 commit comments

Comments
 (0)