When processing https://pagure.io/releng/fedora-scm-requests/issue/50417 the scm_request_processor encountered a webhook preventing the creation of new branch by accident. It should be disabled prior to creating a new branch.
It should work like following: * Check enabled webhooks for the project * If the webhook preventing creating the branch is enabled, disable it * Create branch * Enable the webhook again
Implemented in https://pagure.io/fedora-infra/toddlers/pull-request/345
Metadata Update from @zlopez: - Issue status updated to: Closed (was: Open)