Refine CODEOWNERS settings #183

Merged
fyrchik merged 1 commit from potyarkin/xk6-frostfs:feature/codeowners into master 2024-12-19 11:53:51 +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:34 +00:00
[#] Refine CODEOWNERS settings
Some checks failed
DCO action / DCO (pull_request) Failing after 3m36s
Tests and linters / Tests with -race (pull_request) Successful in 6m53s
Tests and linters / Lint (pull_request) Successful in 9m2s
Tests and linters / Tests (pull_request) Failing after 10m59s
e93988b13b
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
potyarkin force-pushed feature/codeowners from e93988b13b to 296971e57c 2024-12-10 13:22:15 +00:00 Compare
fyrchik approved these changes 2024-12-19 11:53:43 +00:00
fyrchik merged commit 296971e57c into master 2024-12-19 11:53:51 +00:00
fyrchik referenced this pull request from a commit 2024-12-19 11:53:53 +00:00
potyarkin deleted branch feature/codeowners 2024-12-19 12:24:02 +00:00
Sign in to join this conversation.
No description provided.