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.

Dislike for Pull Requests

1 pointsby bothra90over 4 years ago

1 comment

bothra90over 4 years ago
Although GitHub supports the commit-based review the author is arguing for (they found it too after writing the article), I don&#x27;t think it completely solves the problem - we need to be able review, test, and merge each commit individually without needing to merge the entire PR. Since GitHub doesn&#x27;t have first-class support for dependent PRs, we are still &quot;stuck&quot; with a broken workflow. An example workaround: <a href="https:&#x2F;&#x2F;wchargin.github.io&#x2F;posts&#x2F;managing-dependent-pull-requests&#x2F;" rel="nofollow">https:&#x2F;&#x2F;wchargin.github.io&#x2F;posts&#x2F;managing-dependent-pull-req...</a>. Are there any better solutions?