Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7750fa8167
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| if: ${{ github.event.release.prerelease == false && github.event.release.target_commitish == 'main' }} | ||
| uses: nicxe/.github/.github/workflows/resusable-sync-main-back-to-beta.yml@main |
There was a problem hiding this comment.
Fix reusable workflow filename typo in sync job
The job calls nicxe/.github/.github/workflows/resusable-sync-main-back-to-beta.yml@main, but elsewhere in this repo the reusable workflow naming uses the reusable-... pattern (e.g., .github/workflows/release.yml and the new sync-after-pre-release.yml). Unless the upstream repo intentionally uses the misspelling, this will fail at runtime with a "workflow not found" error when a non‑pre‑release on main is published. If the upstream file is actually named reusable-sync-main-back-to-beta.yml, update the uses path to match.
Useful? React with 👍 / 👎.
No description provided.