Looks like urls from "git repo -pulls" command are incorrect.
Closed this issue ยท 2 comments
CodingFeles commented
Describe the bug
Urls from git repo -pulls
command are incorrect.
For example: for PR with number 5, url will be:
https://github.com/use/repo/pulls/5
(take note at "pulls")
which will lead to pull requests list with filter "author:5", which will not yield desired result.
To Reproduce
Run git repo -pulls
command and inspect generated urls.
Expected behavior
I suspect this url should've been https://github.com/use/repo/pull/5
, without s.
github-actions commented
Hi! This is your first issue, we're glad to have you with us ๐ Make sure to follow the code of conduct. Happy coding!