From 0e07cb9b09740dfbc04549a65d6a7b780c910474 Mon Sep 17 00:00:00 2001 From: Stefanni Brasil Date: Mon, 25 Mar 2024 12:07:30 -0600 Subject: [PATCH] Update README again (#1630) 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. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 33f30c56..6769bd21 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,6 @@ software, and may be redistributed under the terms specified in the [LICENSE]: https://github.com/thoughtbot/factory_bot/blob/main/LICENSE - [ci-image]: https://github.com/thoughtbot/factory_bot/actions/workflows/build.yml/badge.svg?branch=main