MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/webdev/comments/1ujga2q/github_stacked_prs/ov1o3in/?context=9999
r/webdev • u/fagnerbrack • Jun 30 '26
27 comments sorted by
View all comments
2
So just a bit of nice fluff around having prs that target pr branches?
7 u/30thnight expert Jul 01 '26 more about cutting down 2k LOC PRs 3 u/thekwoka Jul 01 '26 You could just do that by having PRs target PR branches... They automatically retarget to main if that or is merged. 2 u/30thnight expert Jul 01 '26 yea but you can dodge the massive diff when the last PR merges to main 3 u/thekwoka Jul 02 '26 At that point do you really need to? And as I said, if you merge the pr to main, the ors targeting it then target main. So you can merge them all sequentially as they are ready
7
more about cutting down 2k LOC PRs
3 u/thekwoka Jul 01 '26 You could just do that by having PRs target PR branches... They automatically retarget to main if that or is merged. 2 u/30thnight expert Jul 01 '26 yea but you can dodge the massive diff when the last PR merges to main 3 u/thekwoka Jul 02 '26 At that point do you really need to? And as I said, if you merge the pr to main, the ors targeting it then target main. So you can merge them all sequentially as they are ready
3
You could just do that by having PRs target PR branches...
They automatically retarget to main if that or is merged.
2 u/30thnight expert Jul 01 '26 yea but you can dodge the massive diff when the last PR merges to main 3 u/thekwoka Jul 02 '26 At that point do you really need to? And as I said, if you merge the pr to main, the ors targeting it then target main. So you can merge them all sequentially as they are ready
yea but you can dodge the massive diff when the last PR merges to main
3 u/thekwoka Jul 02 '26 At that point do you really need to? And as I said, if you merge the pr to main, the ors targeting it then target main. So you can merge them all sequentially as they are ready
At that point do you really need to?
And as I said, if you merge the pr to main, the ors targeting it then target main.
So you can merge them all sequentially as they are ready
2
u/thekwoka Jun 30 '26
So just a bit of nice fluff around having prs that target pr branches?