Refine CODEOWNERS settings #309

Merged
fyrchik merged 1 commit from potyarkin/frostfs-sdk-go:feature/codeowners into master 2024-12-12 12:34:57 +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:11:11 +00:00
[#] Refine CODEOWNERS settings
Some checks failed
DCO / DCO (pull_request) Failing after 3m33s
Tests and linters / Tests (pull_request) Successful in 3m55s
Tests and linters / Lint (pull_request) Successful in 5m15s
e7e6a8c8c2
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
potyarkin force-pushed feature/codeowners from e7e6a8c8c2 to 2d07785b96 2024-12-10 13:19:55 +00:00 Compare
fyrchik approved these changes 2024-12-11 11:19:59 +00:00
fyrchik merged commit c757365752 into master 2024-12-12 12:34:57 +00:00
fyrchik referenced this pull request from a commit 2024-12-12 12:34:59 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-sdk-go#309
No description provided.