Skip to content

CI: push trigger targets master, not main#31

Merged
tiagolauer merged 1 commit into
masterfrom
fix-ci-branch-trigger
Jul 19, 2026
Merged

CI: push trigger targets master, not main#31
tiagolauer merged 1 commit into
masterfrom
fix-ci-branch-trigger

Conversation

@tiagolauer

Copy link
Copy Markdown
Owner

Fixes #16.

What

.github/workflows/ci.yml's push trigger listed branches: [main]. This repo's default branch is master (confirmed via origin/HEADmaster), so the push trigger has never fired - every CI run so far only happened through pull_request. A direct push to master, including a merge commit, gets no CI run at all.

Fix

One line: branches: [main]branches: [master].

The push trigger listed branches: [main], but this repo's default
branch is master - confirmed origin/HEAD points at master, and every
prior push-based CI run only ever fired through the pull_request
trigger. A direct push to master (including a merge commit) got no
CI run at all.
@coderabbitai

coderabbitai Bot commented Jul 19, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@tiagolauer, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 47 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 213bbb49-61f9-48c0-bd3a-39f0611d54c6

📥 Commits

Reviewing files that changed from the base of the PR and between e26cfdf and 51a59bb.

📒 Files selected for processing (1)
  • .github/workflows/ci.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-ci-branch-trigger

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.

@tiagolauer
tiagolauer merged commit c6207f8 into master Jul 19, 2026
4 of 6 checks passed
@tiagolauer
tiagolauer deleted the fix-ci-branch-trigger branch July 19, 2026 05:33
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.

CI push trigger targets main but the default branch is master

1 participant