- Keep trackers clean by cleaning out stale pull requests/issues
- Help reviewers focus by tagging WIP pull requests
- Tighten review loop by notifying when PRs need immediate attention
- Invite GitHub bot user to GitHub repo
- Add
/payload
webhook to GitHub repo
CP-8 will:
- Close issues with no activity for more than 4 weeks
- Add a
WIP
label to PRs with "[WIP]" in title - Notify in specified Slack channel when:
- a new (non-WIP) PR is opened
- a WIP PR is "un-WIPped"
- a
:recycle:
comment is posted - a PR is approved/has changes requested
/payload?config[stale_issue_weeks]=6 # Set stale issue cutoff to 6 weeks
/payload?config[review_channel]=reviews # Send review requests/updates to specified Slack channel