-
-
Notifications
You must be signed in to change notification settings - Fork 356
Issue Tracker Bots
Marcus Denker edited this page Jun 5, 2019
·
5 revisions
We have installed some bots to help us with the keeping the issue tracker up to date and make it more fun to use.
- Prevent merging of Pull Requests with "WIP" in the title
- https://github.com/marketplace/wip
- Closes Issues where the author hasn't responded to a request for more information
- If the tag more-information-needed is set and no answer provided, issue is closed in 14 days.
- https://probot.github.io/apps/no-response/
- Requests more info on issues and pull requests with the default title or an empty body.
- it sets the more-information-needed flag to trigger the No Response Bot.
- https://probot.github.io/apps/request-info/
- Close stale Issues and Pull Requests
- https://github.com/probot/stale
- Issues: daysUntilStale: 240, daysUntilClose: 60
- Pulls: daysUntilStale: 20, daysUntilClose: 10
- https://probot.github.io/apps/minimum-reviews/
- Enforce a minimum number of reviews on Pull Requests.
- https://probot.github.io/apps/reminders/
- Use the /remind slash command to set a reminder on any comment box on GitHub and you'll get a ping about it again when the reminder is due.