Allow disabling of BugBot & Approval Agents for !main branch PRs

Sometimes for larger features I’ll create multiple PRs. For example:

  • feature/add-inventory-backend based on the main branch
  • feature/add-inventory-frontend based on the feature/add-inventory-backend branch

Currently, both BugBot and our Approval Agent automatically run for both branches. However, I only want them to run for the branch that is merging into main. I can imagine leaving BugBot on, however, and the Approval Agent off, though so it would be good to have this control be independent.

A post was merged into an existing topic: Bugbot - run only on specific Github branches