TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Modern Trunk-Based Development

3 pointsby adrianomartinsover 2 years ago

2 comments

adrianomartinsover 2 years ago
We have been working with teams doing trunk-based dev and actually applying some of the principles to our open-source repos. This articles walks through how we automate PR merges and reduce unnecessary builds using Reviewpad.
marceloabsousaover 2 years ago
Author of the post here! Happy to answer any questions.<p>TLDR: Not all pull requests are the same!<p>We are working on a way to specify and automate PR workflows so that you can separate the code review and the PR approval&#x2F;merge steps.<p>This way you can automate which PRs require code reviews and which don&#x27;t.<p>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.