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
There's a rule for when a branch is merged for factory_bot.
I tried removing `[ci-skip]` from the original workflow
to trigger all CI actions. It didn't work, still got the same error:
```
remote: error: GH006: Protected branch update failed for refs/heads/main.
remote: error: Required status check "Run standard" is expected.
To https://github.com/thoughtbot/factory_bot.git
! [remote rejected] main -> main (protected branch hook declined)
```
Gonna try going through the PR workflow to see if the rule
gets happy.
0 commit comments