File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments