Comment on On 2022-04-05, the default branch will be renamed from “master” to “main”Comments−jka4yWhy are people on the issue thread reporting that this has broken their builds when the change hasn't been applied yet?−jka4yAha: it's because the project team merged this change that intentionally fails the build when people have pinned their workflows to use the deprecated branch name: https://github.com/google-github-actions/setup-gcloud/pull/5...(that makes sense; there has been a warning in place for a long time, and pinning to a name can be risky when the content within that reference may change over time)−TehShrike4yIt does seem like a weird bug that this would cause errors https://github.com/estuary/flow/runs/5642694619?check_suite_... seems like it should be some kind of warning instead of an error?
Comments
Why are people on the issue thread reporting that this has broken their builds when the change hasn't been applied yet?
Aha: it's because the project team merged this change that intentionally fails the build when people have pinned their workflows to use the deprecated branch name: https://github.com/google-github-actions/setup-gcloud/pull/5...
(that makes sense; there has been a warning in place for a long time, and pinning to a name can be risky when the content within that reference may change over time)
It does seem like a weird bug that this would cause errors https://github.com/estuary/flow/runs/5642694619?check_suite_... seems like it should be some kind of warning instead of an error?