ci: allow codex branch prefix#167
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub Actions integration workflow to allow branch names with the codex/ prefix, expanding the allowed branch naming conventions from the existing prefixes (feature, feat, fix, hotfix, chore, refactor).
Changes:
- Added
codexto the list of valid branch name prefixes in the branch validation regex - Updated the error message to include
codex/in the list of allowed prefixes
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Greptile SummaryAdded Confidence Score: 5/5
|
| Filename | Overview |
|---|---|
| .github/workflows/integration.yml | Added codex/ to allowed branch prefixes in validation regex and error message |
Last reviewed commit: f8dd4dc
|
Thanks @greptile-apps. Agreed — this is a narrow workflow update to allow |
|
Thanks @copilot-pull-request-reviewer. Confirmed the change is limited to the branch-name validation regex and message. |
|
@marcellodebernardi I've opened a new pull request, #168, to work on those changes. Once the pull request is ready, I'll request review from you. |
|
You're welcome! Yes, exactly—this is a focused change that simply adds |
Summary
codex/branch prefix in integration branch-name validation.Testing