joyent / git-apply-pr

Validate GitHub PullRequests and add metadata
MIT License
8 stars 4 forks source link

host, owner and repository should be dynamic #2

Closed robertkowalski closed 9 years ago

robertkowalski commented 9 years ago

so we can use it for the website :)

tjfontaine commented 9 years ago

absolutely, some thoughts I had on this would be: git apply-pr joyent/node#12345 which we could then parse and know where we were looking

robertkowalski commented 9 years ago

sounds good, i can probably take care of that this we

robertkowalski commented 9 years ago

/(\w)\/(\w)#(\d*)/.exec("joyent/node#1337")