by adrianomartins on 10/18/22, 12:34 PM with 2 comments
by adrianomartins on 10/18/22, 12:34 PM
by marceloabsousa on 10/18/22, 12:53 PM
TLDR: Not all pull requests are the same!
We are working on a way to specify and automate PR workflows so that you can separate the code review and the PR approval/merge steps.
This way you can automate which PRs require code reviews and which don't.
We show how we are using Reviewpad (as a GitHub Action) to automatically merge basic changes and also how to use it to ship PRs ensuring the CI passed.