Sometimes for larger features I’ll create multiple PRs. For example:
feature/add-inventory-backendbased on themainbranchfeature/add-inventory-frontendbased on thefeature/add-inventory-backendbranch
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.