ci: use canonical @v1 stub for dependabot-automerge workflow#154
ci: use canonical @v1 stub for dependabot-automerge workflow#154don-petry wants to merge 0 commit into
Conversation
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Review rate limit: 0/1 reviews remaining, refill in 5 minutes and 31 seconds.Comment |
|
Self-review complete — no issues found. The change is a minimal, single-line fix:
The rest of the file is verbatim from the org standard template. No logic changes, no risk of regression. @don-petry — you're the code owner for |
|
There was a problem hiding this comment.
Pull request overview
Updates the Dependabot automerge workflow stub to match the org-standard centralized workflow reference, resolving the compliance finding in #149.
Changes:
- Switches the reusable workflow reference from a SHA pin to the canonical
@v1tag. - Keeps the workflow as a thin caller stub delegating logic to
petry-projects/.githubreusable workflow.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Auto-rebase failed — merge conflict — this branch has conflicts with Please resolve the conflicts and push: |
Pull request was closed
50891db to
e6e0523
Compare


Summary
@ee22b427cbce9ecadcf2b436acb57c3adf0cb63d # v1) with the org-standard@v1tag in.github/workflows/dependabot-automerge.ymlpetry-projects/.github/standards/workflows/dependabot-automerge.ymlas required by org CI standardsCompliance
Resolves the
non-stub-dependabot-automerge.ymlcompliance finding: the workflow was referencing the reusable via a SHA pin rather than the canonical@v1tag, which is the org standard for centralized workflows.Closes #149
Generated with Claude Code