Skip to content

Commit f847d08

Browse files
author
James Baxley
authored
add in stale bot (apollographql#816)
1 parent 9fa170e commit f847d08

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/stale.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# two weeks without any progress / comments mark issue as stale
2+
daysUntilStale: 14
3+
# one week after marked stale, close the issue
4+
daysUntilClose: 7
5+
# whitelist of lables to not mark stale
6+
exemptLables:
7+
- pinned
8+
- security
9+
- enhancement
10+
# text of the comment when marking issue as stale
11+
markComment: >
12+
This issue has been automatically marked as stale becuase it has not had recent activity. It will be closed if not further activity occurs. Thank you for your contributions to React Apollo!
13+
# text of the comment when closing an issue
14+
closeComment: >
15+
This issue has been automatically closed because it has not had recent activity after being marked as stale. If you belive this issue is still a problem or should be reopened, please reopen it! Thank you fo ryour contributions to React Apollo!

0 commit comments

Comments
 (0)