chore: migrate to self: operator once available
#3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
We currently use a separate
.common-repo-upstream.yamlconfig file to inherit shared dev tooling fromcommon-repo/cr-upstream-repobecause source and consumer operations can't coexist in a single.common-repo.yamlwithout leaking upstream files to downstream consumers.When
Once common-repo/common-repo#253 (
self:operator) is released.What to do
.common-repo-upstream.yamlinto.common-repo.yamlunder aself:block.common-repo-upstream.yaml.github/workflows/common-repo-check.yamlto remove--config .common-repo-upstream.yamlflagscommon-repo applyhandles both self and source operations correctlyTarget config