TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Modern Trunk-Based Development

3 点作者 adrianomartins超过 2 年前

2 条评论

adrianomartins超过 2 年前
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.
marceloabsousa超过 2 年前
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.