Decrease amount of comments from the ace bot

- Remind about old issues only after 1 year of inactivity
- Do not close issues that are in accepting-pr status
This commit is contained in:
Thomas Kooi 2017-11-26 10:06:44 +01:00 committed by GitHub
parent ed772ebeb7
commit 3954907592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ stages:
- status/wontfix - status/wontfix
exclude: exclude:
- status/marked for cleanup - status/marked for cleanup
- status/accepting-pr
comment: comment:
- 'Hello @{author}! There has been no activity on this ticket for over a period of {days} days. I am automatically replying to let you know we will close this ticket within 1 week due to inactivity and consider this resolved.' - 'Hello @{author}! There has been no activity on this ticket for over a period of {days} days. I am automatically replying to let you know we will close this ticket within 1 week due to inactivity and consider this resolved.'
- 'If you believe this is in error, please reply with the requested information.' - 'If you believe this is in error, please reply with the requested information.'
@ -34,7 +35,7 @@ stages:
remove_label: remove_label:
- status/marked for cleanup - status/marked for cleanup
remind_about_old_ticket: remind_about_old_ticket:
days: 160 days: 365
labels: labels:
- kind/bug - kind/bug
- kind/critical bug - kind/critical bug
@ -46,6 +47,7 @@ stages:
- status/marked for cleanup - status/marked for cleanup
- status/inactive - status/inactive
- status/stale - status/stale
- status/accepting-pr
comment: comment:
- 'Hello @acemod/maintainers. This ticket has been open for over {days} days without any activity.' - 'Hello @acemod/maintainers. This ticket has been open for over {days} days without any activity.'
action: action: