Enable stalebot for issues (#7927)

* Enable stalebot for issues

* fix comments

* fix comments

* fix comments
This commit is contained in:
Fangjin Yang 2019-06-20 11:09:40 -07:00 committed by GitHub
parent 48f20fe754
commit ceade03213
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

16
.github/stale.yml vendored
View File

@ -23,7 +23,7 @@ exemptLabels:
exemptMilestones: true exemptMilestones: true
# Limit to only `issues` or `pulls` # Limit to only `issues` or `pulls`
only: pulls # only: pulls
# Label applied when closing # Label applied when closing
staleLabel: stale staleLabel: stale
@ -33,15 +33,15 @@ pulls:
daysUntilStale: 60 daysUntilStale: 60
daysUntilClose: 7 daysUntilClose: 7
markComment: > markComment: >
This pull request has been marked as stale due to 60 days of inactivity. This pull request/issue has been marked as stale due to 60 days of inactivity.
It will be closed in 1 week if no further activity occurs. If you think It will be closed in 1 week if no further activity occurs. If you think
thats incorrect or this pull request requires a review, please simply thats incorrect or this pull request/issue requires a review, please simply
write any comment. If closed, you can revive the PR at any time and @mention write any comment. If closed, you can revive the PR/issue at any time and @mention
a reviewer or discuss it on the dev@druid.apache.org list. a reviewer or discuss it on the dev@druid.apache.org list.
Thank you for your contributions. Thank you for your contributions.
unmarkComment: > unmarkComment: >
This pull request is no longer marked as stale. This pull request/issue is no longer marked as stale.
closeComment: > closeComment: >
This pull request has been closed due to lack of activity. If you think that This pull request/issue has been closed due to lack of activity. If you think that
is incorrect, or the pull request requires review, you can revive the PR at is incorrect, or the pull request/issue requires review, you can revive the PR/issue at
any time. any time.