2019-02-19 17:26:54 -05:00
|
|
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
# contributor license agreements. See the NOTICE file distributed with
|
|
|
|
# this work for additional information regarding copyright ownership.
|
|
|
|
# The ASF licenses this file to You under the Apache License, Version 2.0
|
|
|
|
# (the "License"); you may not use this file except in compliance with
|
|
|
|
# the License. You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
|
|
|
|
# Configuration for probot-stale - https://github.com/probot/stale
|
|
|
|
|
|
|
|
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
|
|
|
|
exemptLabels:
|
|
|
|
- Security
|
|
|
|
- Bug
|
2019-06-20 17:16:57 -04:00
|
|
|
- Proposal
|
2019-02-19 17:26:54 -05:00
|
|
|
|
|
|
|
exemptMilestones: true
|
2019-06-20 17:16:57 -04:00
|
|
|
exemptProjects: true
|
|
|
|
exemptAssignees: true
|
2019-02-19 17:26:54 -05:00
|
|
|
|
|
|
|
# Label applied when closing
|
|
|
|
staleLabel: stale
|
|
|
|
|
|
|
|
# Configuration settings that are specific to just 'issues' or 'pulls':
|
|
|
|
pulls:
|
|
|
|
daysUntilStale: 60
|
|
|
|
daysUntilClose: 7
|
|
|
|
markComment: >
|
2019-06-20 17:16:57 -04:00
|
|
|
This pull request has been marked as stale due to 60 days of inactivity.
|
2019-02-19 17:26:54 -05:00
|
|
|
It will be closed in 1 week if no further activity occurs. If you think
|
2019-06-20 17:16:57 -04:00
|
|
|
that's incorrect or this pull request should instead be reviewed, please simply
|
|
|
|
write any comment. Even if closed, you can still revive the PR at any time or
|
|
|
|
discuss it on the dev@druid.apache.org list.
|
2019-02-19 17:26:54 -05:00
|
|
|
Thank you for your contributions.
|
|
|
|
unmarkComment: >
|
2019-06-20 14:09:40 -04:00
|
|
|
This pull request/issue is no longer marked as stale.
|
2019-02-19 17:26:54 -05:00
|
|
|
closeComment: >
|
2019-06-20 14:09:40 -04:00
|
|
|
This pull request/issue has been closed due to lack of activity. If you think that
|
2019-06-20 17:16:57 -04:00
|
|
|
is incorrect, or the pull request requires review, you can revive the PR at any time.
|
|
|
|
|
|
|
|
issues:
|
|
|
|
daysUntilStale: 280
|
|
|
|
daysUntilClose: 14
|
|
|
|
markComment: >
|
|
|
|
This issue has been marked as stale due to 280 days of inactivity.
|
|
|
|
It will be closed in 2 weeks if no further activity occurs. If this issue is still
|
|
|
|
relevant, please simply write any comment. Even if closed, you can still revive the
|
|
|
|
issue at any time or discuss it on the dev@druid.apache.org list.
|
|
|
|
Thank you for your contributions.
|
|
|
|
unmarkComment: >
|
|
|
|
This issue is no longer marked as stale.
|
|
|
|
closeComment: >
|
|
|
|
This issue has been closed due to lack of activity. If you think that
|
|
|
|
is incorrect, or the issue requires additional review, you can revive the issue at
|
2019-06-20 14:09:40 -04:00
|
|
|
any time.
|