Skip to content

Commit b4e22c3

Browse files
authored
Create stale.yml (GoogleCloudPlatform#2785)
* Create stale.yml Automated close of stale issues / PR's * Update stale.yml Don't close important labels. * Update stale.yml More granularity Well, I know I've signed the CLA, so I'm going to admin merge.
1 parent 40df395 commit b4e22c3

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.github/stale.yml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Number of days of inactivity before an issue becomes stale
2+
daysUntilStale: 30
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+
- type: bug
10+
- type: cleanup
11+
- type: process
12+
- type: feature request
13+
- type: docs
14+
- buildcop: issue
15+
- buildcop: flaky
16+
- :rotating_light:
17+
18+
# Label to use when marking an issue as stale
19+
staleLabel: stale-wontfix
20+
# Comment to post when marking an issue as stale. Set to `false` to disable
21+
markComment: >
22+
This issue has been automatically marked as stale because it has not had
23+
recent activity. It will be closed if no further activity occurs. Thank you
24+
for your contributions.
25+
# Comment to post when closing a stale issue. Set to `false` to disable
26+
closeComment: false
27+
28+
# Limit to only `issues` or `pulls`
29+
# only: issues
30+
31+
# Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
32+
pulls:
33+
daysUntilStale: 30
34+
markComment: >
35+
This pull request has been automatically marked as stale because it has not had
36+
recent activity. It will be closed if no further activity occurs. Thank you
37+
for your contributions.
38+
39+
issues:
40+
daysUntilStale: 60

0 commit comments

Comments
 (0)