[release-1.7] chore: Trigger the chart releaser workflow on both main and release branches - #193
Merged
rm3l merged 1 commit intoJul 17, 2025
Conversation
…ranches too This makes it easier to test upstream releases of the chart
5 tasks
openshift-cherrypick-robot
temporarily deployed
to
internal
July 17, 2025 16:41 — with
GitHub Actions
Inactive
Reviewer's GuideThe PR enhances the chart releaser workflow by adding release-1.x branch triggers, conditionally marking main branch releases as latest, and cleans up an extra blank line in the cr.yaml configuration. Flow diagram for conditional marking of latest chart releaseflowchart TD
A[Push to main or release-1.x branch] --> B[Trigger chart releaser workflow]
B --> C{Is branch main?}
C -- Yes --> D[Set mark_as_latest: true]
C -- No --> E[Set mark_as_latest: false]
D & E --> F[Run chart releaser action]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This is an automated cherry-pick of #192
/assign rm3l
Summary by Sourcery
Trigger the chart releaser workflow on both main and release branches and conditionally mark releases as latest only on main
CI: