statch/gitbot

Looks like urls from "git repo -pulls" command are incorrect.

Closed this issue ยท 2 comments

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.

Hi! This is your first issue, we're glad to have you with us ๐Ÿ˜„ Make sure to follow the code of conduct. Happy coding!

Hi, Nice catch! ๐Ÿ›
This has been resolved in 9768ee4 and 390a335