rallytime / tamarack

A bot built with Tornado to automate common pull request tasks. Specifically designed for use with the SaltStack repositories.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restrict PR reviews on Merge-Forwards

rallytime opened this issue · comments

We don't need to request reviews from all teams on merge-forwards. GitHub will request a review from team-core automatically because of the CODEOWNERS file and the team permissions, but we can skip these types of PRs for the other teams.

Easiest thing to do would be to add a check to search for "Merge forward" in the title of the PR, like we used to do for mention bot.