-
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
Problem
Dependabot PR #2417 (pip group bump) targeted main, which was 399 commits behind Dev_new_gui. The PR showed 100+ changed files when only 5 requirements files actually changed, because the base branch was stale.
Root Cause
.github/dependabot.yml targets main as the base branch, but all active development happens on Dev_new_gui.
Impact
- PRs are unmergeable without massive conflict resolution
- Diff is misleading — shows hundreds of unrelated files
- Had to cherry-pick the single actual commit instead of merging the PR
Suggested Fix
Update .github/dependabot.yml to target Dev_new_gui:
target-branch: "Dev_new_gui"Discovered During
v0.2.0 release preparation — PR #2417 closed, commit cherry-picked instead
Reactions are currently unavailable