Skip to content

Commit 61b9061

Browse files
committed
enable GitHub's stale integration
1 parent 799a7e4 commit 61b9061

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/stale.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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: 365
5+
6+
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
7+
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
8+
daysUntilClose: 7
9+
10+
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
11+
onlyLabels: []
12+
13+
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
14+
exemptLabels:
15+
- pinned
16+
- security
17+
18+
# Set to true to ignore issues with an assignee (defaults to false)
19+
exemptAssignees: true
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. If you'd
25+
like this issue to stay open please leave a comment indicating how this issue
26+
is affecting you. Thankyou.

0 commit comments

Comments
 (0)