Skip to content

Commit 2e16c53

Browse files
committed
Add stale yaml.
1 parent 647cceb commit 2e16c53

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/stale.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Copyright 2010 New Relic, Inc.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
#
15+
# Number of days of inactivity before an issue becomes stale
16+
daysUntilStale: 60
17+
# Number of days of inactivity before a stale issue is closed
18+
daysUntilClose: 7
19+
# Issues with these labels will never be considered stale
20+
exemptLabels:
21+
- pinned
22+
- security
23+
# Label to use when marking an issue as stale
24+
staleLabel: wontfix
25+
# Comment to post when marking an issue as stale. Set to `false` to disable
26+
markComment: >
27+
This issue has been automatically marked as stale because it has not had
28+
recent activity. It will be closed if no further activity occurs. Thank you
29+
for your contributions.
30+
# Comment to post when closing a stale issue. Set to `false` to disable
31+
closeComment: false

0 commit comments

Comments
 (0)