-
Notifications
You must be signed in to change notification settings - Fork 0
Patch drift: vim.patch no longer matches PR #12679 - review needed #5
Copy link
Copy link
Open
Labels
Description
Patch Drift Detected: vim.patch vs PR #12679
The upstream PR #12679 has been updated.
The committed patches/vim.patch no longer matches the current PR diff.
This is a review signal, not a build failure. The build continues to use the
committed patches/vim.patch as-is. Whether that patch still applies cleanly and
whether publication is blocked is determined by the build/release workflow, not this check.
Action Required
- Review what changed in the PR:
gh pr diff 12679 --repo anomalyco/opencode - Decide whether to adopt the updated diff:
- If yes, regenerate the patch:
gh pr diff 12679 --repo anomalyco/opencode > patches/vim.patch git add patches/vim.patch git commit -m "chore: update vim.patch from PR #12679" git push
- If no, close this issue with a note explaining why
- If yes, regenerate the patch:
- Verify the updated patch still stacks cleanly with the caching patch
- Close this issue when done
Reactions are currently unavailable