Uh oh!
There was an error while loading. Please reload this page.
labels: add version labels - #55
Conversation
I wasn't sure exactly how to test the webhook, but going by the github webhook docs that should be the correct property for obtaining the base branch from the webhook event data. |
phillipj
commented
Jul 25, 2016
Np, no one else has gotten around creating automated tests for webhooks so far - hopefully some day :) The easiest way to test webhooks locally ATM would be via SSE relay functionality. @williamkapke could you add the necessary relay webhook to https://github.com/TestOrgPleaseIgnore/node? |
jbergstroem
commented
Aug 5, 2016
Perhaps just mock the api response from the version we're talking to? |
phillipj
commented
Aug 5, 2016
Yeah, I've got a branch ready to push soon which mocks every call made to GH |
jbergstroem
commented
Aug 5, 2016
Awesome! |
| : matchAllSubSystem(filepathsChanged, limitLib) | ||
| // Add version labels if PR is made against a version branch | ||
| const m = /^(v\d+\.(?:\d+|x))(?:-|$)/.exec(baseBranch) |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
phillipj
commented
Sep 5, 2016
phillipj
commented
Sep 5, 2016
This is now live in production |
Fishrock123
commented
Sep 5, 2016
Comment was ignored? :/ |
phillipj
commented
Sep 5, 2016
@Fishrock123 sry, didn't see your comment! I'll get a PR up right away... Was this a coincident you having a look at this old & stalled PR, and me working to get it merged?? |
Minor adjustment to the regex matching the base branch a PR is targeted against. Refs nodejs#55 (comment)
mscdex
commented
Sep 7, 2016
Hooray, it works!: nodejs/node#8437 |
phillipj
commented
Sep 8, 2016
Yiiiiiha, nice work! @mscdex you got any objections to this On Thursday, 8 September 2016, Brian White notifications@github.com wrote:
|
Minor adjustment to the regex matching the base branch a PR is targeted against. Refs #55 (comment)
No description provided.