Skip to content

Commit

Permalink
Decrease amount of comments from the ace bot
Browse files Browse the repository at this point in the history
- Remind about old issues only after 1 year of inactivity
- Do not close issues that are in accepting-pr status
  • Loading branch information
thojkooi authored Nov 26, 2017
1 parent bef4338 commit 0d7d842
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gibot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ stages:
- status/wontfix
exclude:
- status/marked for cleanup
- status/accepting-pr
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.'
Expand All @@ -34,7 +35,7 @@ stages:
remove_label:
- status/marked for cleanup
remind_about_old_ticket:
days: 160
days: 365
labels:
- kind/bug
- kind/critical bug
Expand All @@ -46,6 +47,7 @@ stages:
- status/marked for cleanup
- status/inactive
- status/stale
- status/accepting-pr
comment:
- 'Hello @acemod/maintainers. This ticket has been open for over {days} days without any activity.'
action:
Expand Down

0 comments on commit 0d7d842

Please sign in to comment.