feat: stop branch processing after lock file error or pin dependencies (#768)
If a repository has a lock file error (e.g. can’t look up a private module) then it will no longer attempt to create every branch. Instead, it will error/exit after the first branch. Additionally, “Pin Dependencies” has been sorted to be first and further branches won’t be added or updated until Pin Dependencies has been merged.
Showing
- lib/workers/branch/index.js 2 additions, 6 deletionslib/workers/branch/index.js
- lib/workers/repository/index.js 31 additions, 14 deletionslib/workers/repository/index.js
- test/workers/repository/__snapshots__/index.spec.js.snap 51 additions, 0 deletionstest/workers/repository/__snapshots__/index.spec.js.snap
- test/workers/repository/index.spec.js 57 additions, 0 deletionstest/workers/repository/index.spec.js
Loading
Please register or sign in to comment