Refine CODEOWNERS settings #8

Merged
alexvanin merged 1 commit from potyarkin/s3-tests-parser:feature/codeowners into master 2025-04-10 12:49:23 +00:00
Member

CODEOWNERS file specifies reviewers which will be automatically added to each PR.

Forgejo uses a bespoke CODEOWNERS parser. It differs from most other tools:

  • Filepaths are matched using Golang regex library instead of simple fileglobs
  • All matching lines are active instead of only the first one
  • There is no support for defining ad-hoc groups, only org teams are supported (@TrueCloudLab/team-name)

This PR is a part of multirepo cleanup effort: TrueCloudLab/frostfs-infra#90

CODEOWNERS file specifies reviewers which will be automatically added to each PR. Forgejo uses a bespoke CODEOWNERS parser. It differs from most other tools: - Filepaths are matched using Golang regex library instead of simple fileglobs - All matching lines are active instead of only the first one - There is no support for defining ad-hoc groups, only org teams are supported (@TrueCloudLab/team-name) This PR is a part of multirepo cleanup effort: https://git.frostfs.info/TrueCloudLab/frostfs-infra/issues/90
potyarkin added 1 commit 2024-12-10 13:13:00 +00:00
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
requested reviews from alexvanin, dkirillov 2024-12-10 13:13:00 +00:00
potyarkin force-pushed feature/codeowners from 5e828c39a9 to e63dd02ce2 2024-12-10 13:21:33 +00:00 Compare
alexvanin approved these changes 2025-04-10 12:49:19 +00:00
alexvanin merged commit e63dd02ce2 into master 2025-04-10 12:49:23 +00:00
alexvanin deleted branch feature/codeowners 2025-04-10 12:49:24 +00:00
alexvanin referenced this pull request from a commit 2025-04-10 12:49:25 +00:00
Sign in to join this conversation.
No description provided.