Skip to content

Commit 13af4ed

Browse files
committed
Add stale.yml
1 parent 7acfe03 commit 13af4ed

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

.github/stale.yml

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Number of days of inactivity before an issue becomes stale
2+
daysUntilStale: 14
3+
# Number of days of inactivity before a stale issue is closed
4+
daysUntilClose: 7
5+
# Issues with these labels will never be considered stale
6+
exemptLabels:
7+
- pinned
8+
- security
9+
# Label to use when marking an issue as stale
10+
staleLabel: stale
11+
# Comment to post when marking an issue as stale. Set to `false` to disable
12+
markComment: >
13+
This pull request has been automatically marked as stale because it has not
14+
had activity in 14 days.
15+
If you think this pull request should be merged, please check
16+
17+
- that all unit tests are passing
18+
19+
- that all comments by reviewers have been addressed
20+
21+
- that there is enough information for reviewers, in particular
22+
23+
- link to any issues which this pull request fixes
24+
25+
- add a description of workflows which this pull request fixes
26+
27+
- add screenshots if applicable
28+
29+
- that you have written unit tests where possible
30+
31+
In case you should have any uncertainty, please leave a comment and we will
32+
happy to help you proceed with this pull request.
33+
34+
If there is no further activity on this pull request, it will be closed in a
35+
week.
36+
37+
# Comment to post when closing a stale issue. Set to `false` to disable
38+
closeComment: >
39+
This pull request has been automatically closed because it has not had any
40+
activity in 21 days.
41+
If this pull request should be reconsidered, please follow the guidelines in
42+
the previous comment and reopen this pull request.
43+

0 commit comments

Comments
 (0)