Originally created by @532910 on GitHub (Oct 1, 2025).
http://localhost:3000/api/swagger#/ shows a lot of actions with pull request, like:
POST
[/repos/{owner}/{repo}/pulls](http://localhost:3000/api/swagger#/repository/repoCreatePullRequest)
Create a pull request
POST
[/repos/{owner}/{repo}/pulls/{index}/merge](http://localhost:3000/api/swagger#/repository/repoMergePullRequest)
Merge a pull request
POST
[/repos/{owner}/{repo}/pulls/{index}/update](http://localhost:3000/api/swagger#/repository/repoUpdatePullRequest)
Merge PR's baseBranch into headBranch
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @532910 on GitHub (Oct 1, 2025).
http://localhost:3000/api/swagger#/ shows a lot of actions with pull request, like:
POST
/repos/{owner}/{repo}/pulls
Create a pull request
POST
/repos/{owner}/{repo}/pulls/{index}/merge
Merge a pull request
POST
/repos/{owner}/{repo}/pulls/{index}/update
Merge PR's baseBranch into headBranch