According to this question a PR is just an issue with some things on top.
How to get the associated issue id?
I just saw issue_url as attribute for the pull request object.
Also, PR has the method create_review_comment
but no method create_issue_comment
.
How would such a method look like?
How to create an issue comment in the Pull Request?