-
Notifications
You must be signed in to change notification settings - Fork 20
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
Suggestion: have branch-diff check commit comments for PR metadata #16
Comments
@gibfahn I've thought about this a number of times myself. I believe this would need to be implemented in commit-stream, and branch-diff would inherit the change |
We could do it at any point in the chain I think. Given that commit-stream is a fairly dumb stream that doesn't do network at the moment it might make most sense to do it in changelog-maker where we do a lot of GitHub fetching already. When a commit comes in from commit-stream without a /cc @ralphtheninja FYI |
@ralphtheninja @rvagg what's the status of this? Anything I could do to help out? |
@gibfahn |
@gibfahn should this move to branch-diff? |
Sounds like it needs coordination across multiple repos, so I'd prefer to leave this open for now. |
We get problems like this: nodejs/node@75318e4#commitcomment-24788304 all the time. The solution we have is to put the PR-URL (or other relevant metadata) in a comment on the commit.
If
branch-diff
could check this it would alleviate the problem for LTS maintainers.I was going to have a look at implementing this but never got around to it. Thought I'd put this here in case anyone else has the time and inclination.
cc/ @MylesBorins @rvagg
The text was updated successfully, but these errors were encountered: