You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
Create a new Git provider implementation for Gitea/Forgejo
Add the necessary authentication and API integration
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.
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 ofpr-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.
The text was updated successfully, but these errors were encountered: