Skip to content
Discussion options

You must be logged in to vote

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 metadata src/components/config/GitHubMirrorSettings.tsx:529

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@arunavo4
Comment options

@arunavo4
Comment options

Answer selected by arunavo4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #108 on October 01, 2025 07:28.