ACE3/.gibot.yml

57 lines
1.9 KiB
YAML
Raw Normal View History

2016-09-25 10:48:52 +00:00
stages:
mark_for_closing:
days: 30
labels:
2017-07-15 20:05:17 +00:00
- status/need more info
- status/invalid
- status/can't reproduce
- status/wontfix
2016-09-25 10:48:52 +00:00
exclude:
2017-07-15 20:05:17 +00:00
- status/marked for cleanup
- status/accepting-pr
2016-09-25 10:48:52 +00:00
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.'
- 'If you believe this is in error, please reply with the requested information.'
2016-09-25 10:48:52 +00:00
- 'Thank you. :robot:'
action:
close: false
comment: true
assign_label:
2017-07-15 20:05:17 +00:00
- status/marked for cleanup
2016-09-25 10:48:52 +00:00
clean_up:
days: 7
labels:
2017-07-15 20:05:17 +00:00
- status/marked for cleanup
2016-09-25 10:48:52 +00:00
comment:
- 'Hello @{author}! We have detected no activity for {days} days on this ticket. We therefore assume that the original reporter has lost interest or the issue has been resolved.'
- 'Since we have marked this ticket for deletion, we will be closing it.'
- 'If this has been closed in error, please create a comment below and we can reopen this issue. Note that you may need to provide additional information that was requested.'
- 'Thank you. :robot:'
action:
close: true
comment: true
assign_label:
2017-07-15 20:05:17 +00:00
- status/closed by bot
2016-09-25 10:48:52 +00:00
remove_label:
2017-07-15 20:05:17 +00:00
- status/marked for cleanup
2016-09-25 10:48:52 +00:00
remind_about_old_ticket:
days: 365
2016-09-25 10:48:52 +00:00
labels:
2017-07-15 20:05:17 +00:00
- kind/bug
- kind/critical bug
2016-09-25 10:48:52 +00:00
exclude:
2017-07-15 20:05:17 +00:00
- status/need more info
- status/invalid
- status/can't reproduce
- status/wontfix
- status/marked for cleanup
- status/inactive
- status/stale
- status/accepting-pr
2016-09-25 10:48:52 +00:00
comment:
- 'Hello @acemod/maintainers. This ticket has been open for over {days} days without any activity.'
action:
comment: true
assign_label:
2017-07-15 20:05:17 +00:00
- status/inactive