Refine CODEOWNERS settings #1

Merged
Kiriruso merged 1 commit from potyarkin/allure-validator:feature/codeowners into master 2024-12-13 08:12:11 +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:08:58 +00:00
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
potyarkin requested review from Kiriruso 2024-12-10 13:08:58 +00:00
potyarkin requested review from JuliaKovshova 2024-12-10 13:08:58 +00:00
potyarkin requested review from abereziny 2024-12-10 13:08:58 +00:00
potyarkin requested review from anikeev-yadro 2024-12-10 13:08:58 +00:00
potyarkin force-pushed feature/codeowners from 0112e2e294 to e3b27abedc 2024-12-10 13:16:54 +00:00 Compare
Kiriruso merged commit e3b27abedc into master 2024-12-13 08:12:11 +00:00
Kiriruso referenced this pull request from a commit 2024-12-13 08:12:13 +00:00
potyarkin deleted branch feature/codeowners 2024-12-13 09:31:34 +00:00
Sign in to join this conversation.
No description provided.