mirror of https://github.com/apache/druid.git
Stalebot config adjustments. (#7936)
* Stalebot config adjustments. - Different wordings for PRs and issues. - Extend stale timeout for issues. - Exempt "Proposal" label. - Exempt issues in projects and issues with assignees. * Fix copy/paste error.
This commit is contained in:
parent
ceade03213
commit
d046d5aa8d
|
@ -19,11 +19,11 @@
|
||||||
exemptLabels:
|
exemptLabels:
|
||||||
- Security
|
- Security
|
||||||
- Bug
|
- Bug
|
||||||
|
- Proposal
|
||||||
|
|
||||||
exemptMilestones: true
|
exemptMilestones: true
|
||||||
|
exemptProjects: true
|
||||||
# Limit to only `issues` or `pulls`
|
exemptAssignees: true
|
||||||
# only: pulls
|
|
||||||
|
|
||||||
# Label applied when closing
|
# Label applied when closing
|
||||||
staleLabel: stale
|
staleLabel: stale
|
||||||
|
@ -33,15 +33,30 @@ pulls:
|
||||||
daysUntilStale: 60
|
daysUntilStale: 60
|
||||||
daysUntilClose: 7
|
daysUntilClose: 7
|
||||||
markComment: >
|
markComment: >
|
||||||
This pull request/issue has been marked as stale due to 60 days of inactivity.
|
This pull request 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
|
||||||
that’s incorrect or this pull request/issue requires a review, please simply
|
that's incorrect or this pull request should instead be reviewed, please simply
|
||||||
write any comment. If closed, you can revive the PR/issue at any time and @mention
|
write any comment. Even if closed, you can still revive the PR at any time or
|
||||||
a reviewer or discuss it on the dev@druid.apache.org list.
|
discuss it on the dev@druid.apache.org list.
|
||||||
Thank you for your contributions.
|
Thank you for your contributions.
|
||||||
unmarkComment: >
|
unmarkComment: >
|
||||||
This pull request/issue is no longer marked as stale.
|
This pull request/issue is no longer marked as stale.
|
||||||
closeComment: >
|
closeComment: >
|
||||||
This pull request/issue 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/issue requires review, you can revive the PR/issue at
|
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
|
||||||
any time.
|
any time.
|
||||||
|
|
Loading…
Reference in New Issue