Can I resolve PR merge conflicts using only the Gitea API or web UI?
Hi everyone,
When a pull request has merge conflicts, Gitea disables the merge button and shows that the PR cannot be automatically merged. The usual workaround is to pull the branches locally, resolve conflicts with git, and push back.
I don’t want to use git locally. Is there any way to resolve the conflicts and complete the merge using only:
- The Gitea web UI, or
- The Gitea API
If this isn’t supported today, is there an existing feature request or roadmap item I can follow?
Environment
- Gitea version: 1.23.8
- Deployment: Docker
Thanks!