Skip to content

fix(mergify): use actual check context names for Dependabot rules#571

Merged
ashleyshaw merged 1 commit into
developfrom
fix/mergify-check-contexts
May 29, 2026
Merged

fix(mergify): use actual check context names for Dependabot rules#571
ashleyshaw merged 1 commit into
developfrom
fix/mergify-check-contexts

Conversation

@ashleyshaw
Copy link
Copy Markdown
Member

Summary\n- update Mergify check-success conditions to match actual check run names used on Dependabot PRs\n- replace prefixed context strings with check, lint, and validate\n\n## Why\nDependabot PRs #532 and #533 passed checks but remained open because Mergify conditions referenced non-matching context names.\n\n## Validation\n- npm run lint:yaml\n- npm run test:js (pre-commit)\n

@ashleyshaw ashleyshaw added the meta:no-changelog No changelog needed label May 29, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 29, 2026

Warning

Review limit reached

@ashleyshaw, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 30 minutes and 50 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

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.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: b555e0a4-2184-4851-8948-2af41753898c

📥 Commits

Reviewing files that changed from the base of the PR and between 694c2b4 and fe5ef1a.

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

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.

@ashleyshaw ashleyshaw merged commit 22e4f7a into develop May 29, 2026
10 of 11 checks passed
@ashleyshaw ashleyshaw deleted the fix/mergify-check-contexts branch May 29, 2026 14:00
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Mergify configuration in .github/mergify.yml to simplify the names of the required success checks (e.g., changing CI / check to check). Feedback suggests that the second rule for auto-merging security updates is entirely redundant and can be removed to simplify the configuration.

Comment thread .github/mergify.yml
Comment on lines +22 to +24
- check-success=check
- check-success=lint
- check-success=validate
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The rule 'Auto-merge Dependabot security updates on develop' (lines 16-29) is entirely redundant. Any pull request that satisfies its conditions (including having both 'area:dependencies' and 'meta:dependabot-security' labels) will already satisfy the conditions of the first rule 'Auto-merge Dependabot dependency updates on develop' (lines 2-14) and be merged using the same squash method. Consider removing the redundant second rule to simplify the configuration.

@github-actions github-actions Bot added status:needs-review Awaiting code review type:bug Bug or defect priority:normal Default priority type:chore Chore / small hygiene change meta:needs-changelog Requires a changelog entry before merge labels May 29, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🔍 Reviewer Summary for PR #571

CI Status:success
Files changed: 1

Recommendations

  • Ready to proceed pending human review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

meta:needs-changelog Requires a changelog entry before merge meta:no-changelog No changelog needed priority:normal Default priority status:needs-review Awaiting code review type:bug Bug or defect type:chore Chore / small hygiene change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant