renovate/lib/platform/gitea
Rhys Arkins 082cd4ee89 feat: remove third party pr validation
Renovate will no longer attempt to retrieve and validate the config of PRs created by other users or bots.

BREAKING CHANGE: Renovate will no longer create renovate/verify status checks on third party PRs.
2020-05-19 13:09:54 +02:00
..
__snapshots__ chore: fix types (#5904) 2020-05-07 10:23:45 +02:00
gitea-got-wrapper.spec.ts fix(gitea): pagination (#5798) 2020-03-27 14:58:22 +01:00
gitea-got-wrapper.ts fix(gitea): pagination (#5798) 2020-03-27 14:58:22 +01:00
gitea-helper.spec.ts fix(gitea): immortal PRs for Gitea (#5998) 2020-04-21 17:21:54 +02:00
gitea-helper.ts chore: import linting (#6105) 2020-05-01 18:03:48 +02:00
index.spec.ts feat: remove third party pr validation 2020-05-19 13:09:54 +02:00
index.ts feat: remove third party pr validation 2020-05-19 13:09:54 +02:00
README.md feat: add support for gitea platform (#5509) 2020-02-19 11:19:25 +01:00

Gitea

Gitea support is considered in beta release status. Mostly, it just needs more feedback/testing. If you have been using it and think it's reliable, please let us know.

Unsupported platform features/concepts

  • Adding reviewers to PRs not supported: While Gitea supports a basic implementation for supporting PR reviews, no API support has been implemented so far.
  • Ignoring Renovate PRs by close: As Gitea does not expose the branch name of a PR once it has been deleted, all issued pull requests are immortal.