Refine CODEOWNERS settings #91

Open
potyarkin wants to merge 1 commit from potyarkin/frostfs-dev-env:feature/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 13:09:28 +00:00
[#] Refine CODEOWNERS settings
Some checks failed
DCO action / DCO (pull_request) Failing after 3m14s
7208b4d675
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
potyarkin requested review from alexvanin 2024-12-10 13:09:28 +00:00
potyarkin requested review from fyrchik 2024-12-10 13:09:28 +00:00
potyarkin force-pushed feature/codeowners from 7208b4d675 to 81bdc3a775 2024-12-10 13:17:56 +00:00 Compare
All checks were successful
DCO action / DCO (pull_request) Successful in 8m32s
This pull request doesn't have enough approvals yet. 0 of 2 approvals granted.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u feature/codeowners:potyarkin-feature/codeowners
git checkout potyarkin-feature/codeowners
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
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-dev-env#91
No description provided.