-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README again #1630
Update README again #1630
Conversation
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.
Trying it now. |
@mike-burns sorry to bother you but running into some issues with the dynamic README workflow. I opened a PR and standard was green. Not sure why I still get this error:
That's because we have this branch rule:
Standard was passing when I opened this PR. Do you know what else it needs to be changed for the dynamic readme action to run successfully? 🤔 I also don't want to pollute the git history. Will do some research and try on another test repo but let me know if you have any ideas. Thanks! |
Ahhhhh, got the answer: so the problem is that the dynamic README pushes to |
The only rule this repo has for pushes against |
I'm gonna explore this option and let you know 👍 |
Okay, put up a PR to handle this case: thoughtbot/templates#31 Once that's merged, I will update this repo. |
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:Gonna try going through the PR workflow to see if the rule gets happy.