WIP: Add CODEOWNERS #184

Closed
potyarkin wants to merge 1 commit from potyarkin/xk6-frostfs:feature/add-codeowners into master
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 15:42:15 +00:00
[#] Add CODEOWNERS
Some checks failed
DCO action / DCO (pull_request) Failing after 2m2s
Tests and linters / Tests with -race (pull_request) Successful in 3m6s
Tests and linters / Tests (pull_request) Successful in 6m26s
Tests and linters / Lint (pull_request) Successful in 7m50s
2da1a405fd
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
potyarkin force-pushed feature/add-codeowners from 2da1a405fd to 72a3d3b833 2024-12-10 15:58:43 +00:00 Compare
potyarkin changed title from WIP: Add CODEOWNERS to Add CODEOWNERS 2024-12-10 15:58:54 +00:00
potyarkin changed title from Add CODEOWNERS to WIP: Add CODEOWNERS 2024-12-10 15:59:07 +00:00
potyarkin closed this pull request 2024-12-10 15:59:51 +00:00
All checks were successful
DCO action / DCO (pull_request) Successful in 2m33s
Tests and linters / Lint (pull_request) Successful in 4m6s
Tests and linters / Tests (pull_request) Successful in 6m40s
Tests and linters / Tests with -race (pull_request) Successful in 6m44s

Pull request closed

Sign in to join this conversation.
No description provided.