ORCH-559 Migration from v6 to v7 for gh-action_release#405
Conversation
SummaryThis PR updates the release workflow from automatic event-driven triggering to manual invocation via
What reviewers should knowFor reviewers:
|
|
Code Review ✅ Approved 1 resolved / 1 findingsMigration to gh-action_release v7 adds necessary guard rails and concurrency control. Add format validation for the new manual version input to prevent malformed release triggers. ✅ 1 resolved✅ Edge Case: Manual version input is not format-validated
OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |
|
| cancel-in-progress: false | ||
|
|
||
| jobs: | ||
| guard: |
There was a problem hiding this comment.
I think this is the only repository where we are enforcing this.





Summary by Gitar
gh-action_releasefrom@v6to@v7.releasetrigger withworkflow_dispatchto allow manual version input.guardjob to restrict release execution tomasterandbranch-*branches.concurrencysettings to prevent multiple simultaneous workflows on the same ref.This will update automatically on new commits.