Skip to content

Commit 1fbe237

Browse files
authoredMar 14, 2019
add stale configuration (#813)
This PR adds a config for [stale](https://probot.github.io/apps/stale/) to clean up our old issues and PRs.
1 parent c2b4af3 commit 1fbe237

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎.github/stale.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
daysUntilStale: 60
2+
daysUntilClose: 7
3+
exemptLabels:
4+
- pinned
5+
- security
6+
staleLabel: wontfix
7+
# Comment to post when marking an issue as stale. Set to `false` to disable
8+
markComment: >
9+
This issue has been automatically marked as stale because it has not had
10+
recent activity. It will be closed if no further activity occurs. Thank you
11+
for your contributions.
12+
closeComment: true

0 commit comments

Comments
 (0)
Please sign in to comment.