Skip to content

fix: use PR + auto-merge for chart bump (branch protection)#68

Merged
thepagent merged 1 commit intomainfrom
fix/ci-bump-automerge
Apr 6, 2026
Merged

fix: use PR + auto-merge for chart bump (branch protection)#68
thepagent merged 1 commit intomainfrom
fix/ci-bump-automerge

Conversation

@thepagent
Copy link
Copy Markdown
Collaborator

Follow-up to #67 — direct push to main is blocked by branch protection rules (GH013: Changes must be made through a pull request).

Change

Replace git push origin main with PR creation + gh pr merge --squash --auto --delete-branch. This:

Note on appVersion after merge

The auto-merged PR will create a new merge commit, but the Chart.yaml inside it will contain the correct image SHA (captured during the build). The merge commit SHA itself is irrelevant — what matters is the appVersion field value, which points to the actual Docker image tag.

Follows up on #66

Direct push to main is blocked by branch protection rules.
Revert to PR approach but with auto-merge enabled, so the
appVersion still matches the correct image SHA.

Follows up on #66
@thepagent thepagent merged commit b36ff36 into main Apr 6, 2026
@thepagent thepagent deleted the fix/ci-bump-automerge branch April 6, 2026 05:33
Reese-max pushed a commit to Reese-max/openab that referenced this pull request Apr 12, 2026
…v#68)

Direct push to main is blocked by branch protection rules.
Revert to PR approach but with auto-merge enabled, so the
appVersion still matches the correct image SHA.

Follows up on openabdev#66

Co-authored-by: thepagent <thepagent@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants