DEV Community

Discussion on: Automated Pull Requests, to merge or not?

Collapse
 
lexlohr profile image
Alex Lohr

I think the way to go is first build a testing pipeline that will catch all errors from changes of external dependencies. Then merge them automatically after all tests are green.