You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the rub here is that you have to create a branch from main after you've defined the webhooks in main, then the hooks will come through to the non-main branch:
in this scenario the webhooks will fire when the PR is created when the non-main branch is active
In the main branch, there are webhooks configured to fire upon a PR create/update event:
When I create a new PR from the main branch (to merge a non-main branch into main), the webhooks fire:
In the non-main branch, it shows no webhooks configured:
When I create a PR on this non-main branch, no webhook fires:
The text was updated successfully, but these errors were encountered: