From ceade03213571cedc372c3235f238f2143ad6568 Mon Sep 17 00:00:00 2001 From: Fangjin Yang Date: Thu, 20 Jun 2019 11:09:40 -0700 Subject: [PATCH] Enable stalebot for issues (#7927) * Enable stalebot for issues * fix comments * fix comments * fix comments --- .github/stale.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index da33fe2d94c..35857701ce7 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -23,7 +23,7 @@ exemptLabels: exemptMilestones: true # Limit to only `issues` or `pulls` -only: pulls +# only: pulls # Label applied when closing staleLabel: stale @@ -33,15 +33,15 @@ pulls: daysUntilStale: 60 daysUntilClose: 7 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 - that’s incorrect or this pull request requires a review, please simply - write any comment. If closed, you can revive the PR at any time and @mention + that’s incorrect or this pull request/issue requires a review, please simply + 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. Thank you for your contributions. unmarkComment: > - This pull request is no longer marked as stale. + This pull request/issue is no longer marked as stale. closeComment: > - This pull request 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 - any time. \ No newline at end of file + This pull request/issue has been closed due to lack of activity. If you think that + is incorrect, or the pull request/issue requires review, you can revive the PR/issue at + any time.