migueleliasweb / go-github-mock

A library to aid unittesting code that uses Golang's Github SDK
MIT License
94 stars 22 forks source link

fix: allow label requests with slashes #44

Closed raffis closed 1 year ago

raffis commented 1 year ago

Fixes #43

/hack/gen.sh needs master so I guess I don't need to submit the generated code.

migueleliasweb commented 1 year ago

Hi @raffis , I've found some other occurrences that might be impacted by the same issue.

All of these have the same /labels/{name} in the end of them. Could you double check if we need to override these as well?