feat(integrations): add Forgejo support (treat as Gitea-compatible) #55

Merged
Christoph merged 1 commit from forjeo into main 2026-09-26 21:32:54 +00:00
Owner

Treat "forgejo" as a Gitea-compatible provider across integration code and UI:

  • add is_gitea_compatible helper and accept "forgejo" wherever "gitea" was used
  • pass provider through parsing/ID construction so Forgejo requests are labeled/handled correctly
  • update error messages and provider label mappings to reference Forgejo where appropriate
  • adjust tests to exercise parse_gitea_review with both "gitea" and "forgejo"

Also update README to document Forgejo integration (enter instance URL + personal access token; Projects/Columns API required for board import).

Treat "forgejo" as a Gitea-compatible provider across integration code and UI: - add is_gitea_compatible helper and accept "forgejo" wherever "gitea" was used - pass provider through parsing/ID construction so Forgejo requests are labeled/handled correctly - update error messages and provider label mappings to reference Forgejo where appropriate - adjust tests to exercise parse_gitea_review with both "gitea" and "forgejo" Also update README to document Forgejo integration (enter instance URL + personal access token; Projects/Columns API required for board import).
Treat "forgejo" as a Gitea-compatible provider across integration code and UI:
- add is_gitea_compatible helper and accept "forgejo" wherever "gitea" was used
- pass provider through parsing/ID construction so Forgejo requests are labeled/handled correctly
- update error messages and provider label mappings to reference Forgejo where appropriate
- adjust tests to exercise parse_gitea_review with both "gitea" and "forgejo"

Also update README to document Forgejo integration (enter instance URL + personal access token; Projects/Columns API required for board import).
Christoph deleted branch forjeo 2026-09-26 21:32:54 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
Christoph/Gitty!55
No description provided.