CNTRLPLANE-3233: ci(gha): add release-4.22 branch to GitHub Actions workflows#8218
Conversation
Add the release-4.22 branch to all applicable GHA workflow triggers so PRs and pushes to that branch receive the same CI coverage as main. Updated workflows: codespell, cpo-container-sync, docs-preview, envtest-kube, envtest-ocp, gitlint, lint, test, and verify. The lint workflow's hardcoded `git fetch origin main:main` is replaced with a dynamic `github.base_ref` reference so it works correctly for PRs targeting any configured branch. sync-community-fork is excluded as it is only relevant for main. Resolves: CNTRLPLANE-3233 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
@bryan-cox: This pull request references CNTRLPLANE-3233 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.22.0" version, but no target version was set. DetailsIn response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bryan-cox 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 |
|
/area ci-tooling |
|
@bryan-cox: all tests passed! Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
|
/verified by gha |
|
@bryan-cox: This PR has been marked as verified by DetailsIn response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/lgtm |
3ca0307
into
openshift:release-4.22
Summary
release-4.22to the branch triggers for all applicable GitHub Actions workflows so PRs targeting that branch get the same CI checks asmaingit fetch origin main:mainin lint workflow with dynamicgithub.base_refreferencesync-community-fork.yamlexcluded (only relevant for main)Updated workflows: codespell, cpo-container-sync, docs-preview, envtest-kube, envtest-ocp, gitlint, lint, test, verify
Resolves: CNTRLPLANE-3233
Test plan
release-4.22🤖 Generated with Claude Code