fix: add workflow_dispatch trigger to dependabot-rebase workflow#109
fix: add workflow_dispatch trigger to dependabot-rebase workflow#109
Conversation
|
There was a problem hiding this comment.
Pull request overview
Adds a manual trigger to the repo’s Dependabot rebase workflow so maintainers can run the org reusable workflow on-demand (e.g., after Dependabot batch updates) without needing a push to main.
Changes:
- Add
workflow_dispatchtrigger to.github/workflows/dependabot-rebase.ymlfor manual execution.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| workflow_dispatch: # allow manual trigger to flush Dependabot PR queue | ||
|
|
There was a problem hiding this comment.
This stub explicitly documents that the trigger event must not be changed (see header “AGENTS — READ BEFORE EDITING”). Adding workflow_dispatch here will cause this repo to drift from the org “source of truth” workflow and may be overwritten the next time the stub is re-synced. Please make this change in petry-projects/.github/standards/workflows/dependabot-rebase.yml (and/or the reusable workflow) and then re-adopt the updated stub/version here, rather than customizing the local copy.
| workflow_dispatch: # allow manual trigger to flush Dependabot PR queue |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsGit: Failed to clone repository. Please run the 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. Comment |
Automated review — APPROVEDRisk: LOW
SummaryThis PR adds a bare FindingsInfo
CI statusAll CI checks passed: CodeQL (actions + python), SonarCloud (0 new issues, 0 security hotspots), AgentShield, dependency audit. Reviewed by the don-petry PR-review cascade (triage: haiku 4.5 → deep: sonnet 4.6 + duck: gpt-5.4 → audit: opus 4.6). Reply with |
|
Superseded by # which adopts the full standard verbatim including workflow_dispatch and the corrected SHA. |
Pull request was closed



Adds
workflow_dispatchto allow manual triggering of the Dependabot rebase workflow to flush the PR queue after batch updates. See petry-projects/.github#139Summary by CodeRabbit