migrate cc-utils actions/workflows from @master to @v1#29
Conversation
|
LGTM label has been added. DetailsGit tree hash: ad93ef5bbc79d3f854fcd62275f91500bedd59ea |
|
/assign @vlerenc |
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: dguendisch The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Adding label DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
New changes are detected. LGTM label has been removed. |
Switch references to cc-utils
actions and reusable workflows from
@masterto@v1.Motivation
v1is the intended stable branch for downstream users. All internal cross-referencesare pinned by commit digest, ensuring a consistent, self-contained snapshot. Coverage
(e.g. pre-qualification) will increase over time.
masterremains the development branch and continues to work, but is not intended fordownstream consumption.
See the Reuse and Branching Model for details.