-
|
http://localhost:3000/api/swagger#/ shows a lot of actions with pull request, like: POST POST POST |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @532910 GitHub pull requests as Gitea issues because Gitea’s REST API can’t create pull requests from external sources—Gitea expects PRs to be opened through Git operations against refs, not via JSON payloads. That limitation is captured directly in the mirroring logic where the code comments spell out the workaround and label creation |
Beta Was this translation helpful? Give feedback.
Hi @532910 GitHub pull requests as Gitea issues because Gitea’s REST API can’t create pull requests from external sources—Gitea expects PRs to be opened through Git operations against refs, not via JSON payloads. That limitation is captured directly in the mirroring logic where the code comments spell out the workaround and label creation
src/lib/gitea.ts:1765. The UI even warns about it in the tooltip so users know PRs are stored as enriched issues with PR-specific metadatasrc/components/config/GitHubMirrorSettings.tsx:529