Open
Conversation
hilmarf
reviewed
Apr 15, 2026
Comment on lines
+156
to
+165
| - name: Commit synced tier manifests | ||
| if: github.event_name != 'pull_request' && steps.sync_tier_images.outputs.changed == 'true' | ||
| shell: bash | ||
| run: | | ||
| set -euxo pipefail | ||
| git config user.name "github-actions[bot]" | ||
| git config user.email "41898282+github-actions[bot]@users.noreply.github.com" | ||
| git add showroom/kubectl/tier-1.yaml showroom/kubectl/tier-2.yaml | ||
| git commit -m "chore(showroom): sync tier collector images from OCM descriptors" | ||
| git push |
Member
There was a problem hiding this comment.
what's the idea behind this? I'm a bit concerned about direct commits... I normally prefer peter-evans/create-pull-request instead
Parameterize the Flux GitRepository branch and make reconcile task work cross-platform, then add explicit tier namespaces so Flux can apply namespaced resources consistently. Made-with: Cursor
Replace direct branch commits with create-pull-request automation and set explicit gitops bot author/committer metadata for generated commits. Made-with: Cursor
Made-with: Cursor
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.
No description provided.