Skip to content

Commit b48663b

Browse files
committed
feat: add stale config
1 parent 8b82b04 commit b48663b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/stale.yml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Configuration for probot-stale - https://github.com/probot/stale
2+
3+
issues:
4+
# Number of days of inactivity before an Issue or Pull Request becomes stale
5+
daysUntilStale: 7
6+
7+
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
8+
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
9+
daysUntilClose: 7
10+
11+
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
12+
onlyLabels:
13+
- question
14+
- autoclose
15+
16+
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
17+
exemptLabels:
18+
- p0
19+
- bug
20+
21+
# Comment to post when marking as stale. Set to `false` to disable
22+
markComment: >
23+
This issue has been automatically marked as stale because it has not had
24+
recent activity. It will be closed if no further activity occurs. Thank you
25+
for your contributions.

0 commit comments

Comments
 (0)