coala / corobo

A bot to help newcomers onboard OS projects! It's awesome!
MIT License
66 stars 103 forks source link

Allow short and partial issue/PR URIs #350

Open jayvdb opened 6 years ago

jayvdb commented 6 years ago

i.e. assign & mark should accept foo/bar#1

meetmangukiya commented 6 years ago

Would be done via https://github.com/coala/corobo/issues/167

jayvdb commented 6 years ago

No, this isnt about file issue ; this is assign and unmark, and foo/bar#1 is precise. #167 is about guessing the correct repo, and that is what the patch being developed is doing.

Makman2 commented 6 years ago

Code can (and should) be reused from my PR at https://github.com/coala/corobo/pull/297 However testing is the problem, as the test frontend doesn't support needed fields (which seem to exist in the gitter frontend).