So after merging the pull request, are you supposed to perform another set of regression tests? Hard to find info about that
Ask HN: How are pull requests integrated in a repo with high commit frequency?
1–10 of 71 posts
Re: Ask HN: How are pull requests integrated in a repo with high commit frequency?
#2[0]: https://about.gitlab.com/blog/2020/01/30/all-aboard-merge-tr...
Re: Ask HN: How are pull requests integrated in a repo with high commit frequency?
#3Re: Ask HN: How are pull requests integrated in a repo with high commit frequency?
#4Re: Ask HN: How are pull requests integrated in a repo with high commit frequency?
#5(Homepage: https://bors.tech/)
Re: Ask HN: How are pull requests integrated in a repo with high commit frequency?
#6Sounds like you want to implement something like merge trains?[0] [0]: https://about.gitlab.com/blog/2020/01/30/all-aboard-merge-tr...
Re: Ask HN: How are pull requests integrated in a repo with high commit frequency?
#7If your change does break after merging, it can usually either be quickly fixed with a minor code change or simply reverted immediately.
Re: Ask HN: How are pull requests integrated in a repo with high commit frequency?
#8Rather than look for a technical solution I would explore process and culture changes, such as having the various devs making all the different commits start pairing.
Re: Ask HN: How are pull requests integrated in a repo with high commit frequency?
#9Sounds like you want to implement something like merge trains?[0] [0]: https://about.gitlab.com/blog/2020/01/30/all-aboard-merge-tr...
Last time I checked they don't exist in GitHub, but it seems like a really good way to counteract this problem.
Re: Ask HN: How are pull requests integrated in a repo with high commit frequency?
#10Sounds like you want to implement something like merge trains?[0] [0]: https://about.gitlab.com/blog/2020/01/30/all-aboard-merge-tr...