Skip to content

Commit 1953b97

Browse files
committed
Add stale bot configuration.
1 parent 7e73d53 commit 1953b97

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+
# Number of days of inactivity before an Issue or Pull Request becomes stale
4+
daysUntilStale: 60
5+
# Number of days of inactivity before a stale Issue or Pull Request is closed
6+
daysUntilClose: 7
7+
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
8+
exemptLabels:
9+
- pinned
10+
- security
11+
- "[Status] Maybe Later"
12+
# Label to use when marking as stale
13+
staleLabel: wontfix
14+
# Comment to post when marking as stale. Set to `false` to disable
15+
markComment: >
16+
This issue has been automatically marked as stale because it has not had
17+
recent activity. It will be closed if no further activity occurs. Thank you
18+
for your contributions.
19+
# Comment to post when removing the stale label. Set to `false` to disable
20+
unmarkComment: false
21+
# Comment to post when closing a stale Issue or Pull Request. Set to `false` to disable
22+
closeComment: false
23+
# Limit to only `issues` or `pulls`
24+
# only: issues

0 commit comments

Comments
 (0)