I have a use-case where I need to be able to serialize a unique identifier of a pull request without using special characters. That means I can't really use "namespace/reponame/pull-request/12". Therefore I'd like to propose that we allow accessing pull requests by their uid, which is a simple alphanumeric string and thus is usable in places that require no special characters.
I have a use-case where I need to be able to serialize a unique identifier of a pull request without using special characters. That means I can't really use "namespace/reponame/pull-request/12". Therefore I'd like to propose that we allow accessing pull requests by their uid, which is a simple alphanumeric string and thus is usable in places that require no special characters.