Skip to content

fix: correct push event typo in create-release-pr workflow (pus → push:)#4449

Merged
matthew-dean merged 1 commit into
masterfrom
matthew-dean-patch-2
Jun 13, 2026
Merged

fix: correct push event typo in create-release-pr workflow (pus → push:)#4449
matthew-dean merged 1 commit into
masterfrom
matthew-dean-patch-2

Conversation

@matthew-dean

@matthew-dean matthew-dean commented Jun 13, 2026

Copy link
Copy Markdown
Member

Fixes a typo in the on: trigger — pus should be push:. This was causing the workflow to fail immediately with a YAML parse error on every push to master.

Summary by CodeRabbit

  • Chores
    • Fixed a syntax error in the release workflow configuration to ensure proper deployment automation.

@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jun 13, 2026
@coderabbitai

coderabbitai Bot commented Jun 13, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: c7b16564-a74a-4eba-85b1-1418ae9354dc

📥 Commits

Reviewing files that changed from the base of the PR and between b092bd2 and a92f396.

📒 Files selected for processing (1)
  • .github/workflows/create-release-pr.yml

📝 Walkthrough

Walkthrough

Corrected a GitHub Actions workflow YAML syntax error so the on: block properly declares the push: trigger. No other workflow behavior changed.

Changes

Workflow trigger fix

Layer / File(s) Summary
Trigger declaration correction
.github/workflows/create-release-pr.yml
The workflow trigger under on: now uses a valid push: key declaration.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐇 I twitched my nose at YAML neat,
A tiny push: now stands complete.
One hop, one fix, one syntax bright,
And workflows bound along just right.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and concisely describes the workflow typo fix in create-release-pr.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch matthew-dean-patch-2

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@matthew-dean matthew-dean merged commit 7a0dd6d into master Jun 13, 2026
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant