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
Base branch update has failed
refusing to allow a GitHub App to create or update workflow .github/workflows/github-merit-badger.yml without workflows permission
err-code: 17CBF
The error seems to occur when Mergify triggers a Branch Update action from the merge queue, when a GitHub workflow file has changed on main in the mean time.
I'm pretty sure this didn't use to happen, so something must have changed. Either the GitHub rules have changed, or something in the Mergify setup has.
This is a GitHub App permission problem. If you log into your Mergify dashboard you should see a message requesting you to update the permission for the app.
I have seen this behavior twice recently, on wildly different and unrelated GitHub repositories.
Example 1: https://github.com/aws/aws-cdk/pull/22890/checks?check_run_id=9497347123
I have seen the exact same error on this repository: https://github.com/hedyorg/hedy, though I can't find the PR anymore at the moment.
The error seems to occur when Mergify triggers a
Branch Update
action from the merge queue, when a GitHub workflow file has changed onmain
in the mean time.I'm pretty sure this didn't use to happen, so something must have changed. Either the GitHub rules have changed, or something in the Mergify setup has.
Expected Behavior
The fork branch gets updated from
main
.Actual Behavior
The fork branch is not updated.
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: