Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gitea/Foregjo Support #1657

Open
SomethingGeneric opened this issue Mar 27, 2025 · 2 comments
Open

Gitea/Foregjo Support #1657

SomethingGeneric opened this issue Mar 27, 2025 · 2 comments
Labels

Comments

@SomethingGeneric
Copy link

Feature request

Support running against repositories on Forgejo/Gitea

Motivation

I would love to be able to run pr-agent against my repositories hosted on my own personal Forgejo server. I imagine other users of pr-agent (especially people self-hosting it!) might also have some of their code stored on servers running Gitea or Forgejo

(the only related issue I could find is #465 )

I will probably try to add it myself, but figured I should add an issue for visibility.

Copy link
Contributor

💡 Auto-generated documentation-based answer:

Based on the documentation, PR-Agent (Qodo Merge) currently supports several Git platforms including GitHub, GitLab, Bitbucket, Azure DevOps, and CodeCommit, but there is no explicit support for Gitea/Forgejo mentioned.

The feature request to add Gitea/Forgejo support is valid and not currently addressed in the documentation. The documentation shows the supported platforms in the features table on the main page, and Gitea/Forgejo is not listed there.

If you're interested in adding this feature yourself, you would likely need to:

  1. Create a new Git provider implementation for Gitea/Forgejo
  2. Add the necessary authentication and API integration
  3. Implement the webhook or other triggering mechanisms

The existing implementations for other Git platforms (like GitLab or Bitbucket) could serve as templates for how to implement a new provider.

Relevant Sources:

@mrT23
Copy link
Collaborator

mrT23 commented Mar 29, 2025

@SomethingGeneric you are welcome to open a Pr to add support for Gitea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants