-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Report what staging branches a PR can land cleanly on #77
Comments
Huh, this sounds like a cool feature! Should it post a comment or add labels? |
I think labels would be good? They are pretty cheap, and maybe it’s just me but I find automated github comments by bots more noisy than helpful. |
I reckon just trying to rebase any branch against whatever branch would be pretty cheap? These doesn't have to show up in regular PR's, just one's that has a the land-on-$foo stuff? |
what I would personally like to see would be automating adding the On Tue, Sep 13, 2016, 1:16 AM Johan Bergström [email protected]
|
Oh - that would be pretty neat. |
Why use the Also, how would you know which labels should be added (which branches to test), unless you mean to try all branches that are not specifically excluded via Another issue is how would you keep the labels up-to-date? If someone hasn't updated their PR/branch in awhile, there could be merge conflicts at some point. If we stick with labels, maybe a new set of labels would be best? Like Is it possible to have a webhook like Travis and other services that shows the information at the bottom of the PR? If so, would that be better than labels? |
This would be VERY useful information for backporting
The text was updated successfully, but these errors were encountered: