ci: run lint and tests on all branch pushes - #99
Conversation
The "*" glob does not match "/", so pushes to renovate/* and dependabot/* branches never triggered the workflow, leaving bot PRs untested.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan includes up to 3 reviews per rolling hour; 1 remains after this review. 📝 WalkthroughWalkthroughThe Python package workflow now runs for pushes to branches at any path depth by using the ChangesPython package workflow
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This localized workflow change expands lint and test execution to all branch pushes, including dependency-update branches, with no actionable merge-blocking risk remaining beyond normal checks. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
The
"*"glob in the push trigger does not match/, so pushes torenovate/*anddependabot/*branches never ran lint or tests — bot dependency PRs only got CodeQL. Changing to"**"makes the workflow run on every branch push.🤖 Generated with Claude Code
Summary by CodeRabbit