fix(ci): allow dependabot in codex init and add graceful auto-vet fallback#2464
fix(ci): allow dependabot in codex init and add graceful auto-vet fallback#2464bronzelle-cw merged 1 commit intomainfrom
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2464 +/- ##
==========================================
- Coverage 84.41% 83.73% -0.69%
==========================================
Files 141 141
Lines 10808 10895 +87
==========================================
- Hits 9124 9123 -1
- Misses 1684 1772 +88 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Problem
Dependabot PR runs were failing early in because bot actors are rejected by default, so auto-vet never reached reasoning/apply steps.
Changes
Result