electron / build-tools

The GN scripts to use for Electron dev-flows
MIT License
259 stars 77 forks source link

fix: fetch latest base ref to ensure merge sha is local #651

Closed MarshallOfSound closed 1 day ago

MarshallOfSound commented 2 days ago

This fixes an issue I keep running into where I run e backport immediately after merging the original PR, it bails because the sha it's trying to cherry pick isn't local yet because I haven't run git fetch or git pull for the base ref.