Skip to content

Commit 6903f73

Browse files
authored
Add stale config
1 parent e09dd84 commit 6903f73

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/stale.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# See https://github.com/probot/stale for defaults, many of which are not set here.
2+
issues:
3+
daysUntilStale: 180
4+
5+
pulls:
6+
daysUntilStale: 30
7+
markComment: >
8+
This pull request has been automatically marked as stale because it has not had
9+
recent activity. It will be closed if no further activity occurs. Thank you
10+
for your contributions.
11+
daysUntilClose: 3

0 commit comments

Comments
 (0)