1
0
mirror of synced 2025-12-19 18:10:59 -05:00

[Improvement]: Pull Requests are a type of issues #16150 (#55851)

This commit is contained in:
Anne-Marie
2025-06-04 09:19:42 +01:00
committed by GitHub
parent 609f43632c
commit 7e5043d66b

View File

@@ -16,7 +16,7 @@ autogenerated: rest
You can list, view, edit, create, and merge pull requests using the REST API. For information about how to interact with comments on a pull request, see [AUTOTITLE](/rest/issues/comments).
Pull requests are a type of issue. Any actions that are available in both pull requests and issues, like managing assignees, labels, and milestones, are provided by the REST API to manage issues. For more information, see [AUTOTITLE](/rest/issues).
Pull requests are a type of issue. Any actions that are available in both pull requests and issues, like managing assignees, labels, and milestones, are handled by the REST API to manage issues. To perform these actions on pull requests, you must use the issues API endpoints (for example, `/repos/{owner}/{repo}/issues/{issue_number}`), not the pull requests endpoints. For more information, see [AUTOTITLE](/rest/issues).
### Link Relations