Refine CODEOWNERS settings #336

Open
potyarkin wants to merge 1 commit from potyarkin/frostfs-testlib: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:12:28 +00:00
[#] Refine CODEOWNERS settings
Some checks failed
DCO action / DCO (pull_request) Has been cancelled
eea3dc9c70
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
potyarkin requested review from abereziny 2024-12-10 13:12:28 +00:00
potyarkin requested review from d.zayakin 2024-12-10 13:12:28 +00:00
potyarkin requested review from anikeev-yadro 2024-12-10 13:12:28 +00:00
potyarkin requested review from anurindm 2024-12-10 13:12:28 +00:00
potyarkin requested review from ylukoyan 2024-12-10 13:12:28 +00:00
potyarkin requested review from i.niyazov 2024-12-10 13:12:28 +00:00
potyarkin requested review from JuliaKovshova 2024-12-10 13:12:28 +00:00
potyarkin force-pushed feature/codeowners from eea3dc9c70 to d4d344ce64 2024-12-10 13:21:06 +00:00 Compare
abereziny requested changes 2024-12-11 16:15:54 +00:00
Dismissed
@ -1 +1,3 @@
* @JuliaKovshova @abereziny @d.zayakin @anikeev-yadro @anurindm @ylukoyan @i.niyazov
.* @TrueCloudLab/qa-committers
.forgejo/.* @potyarkin
Makefile @potyarkin
Member

I wouldn't agree with that line.
Makefile contains tests scripts which used in testing platform, so it's also @TrueCloudLab/qa-committers

I wouldn't agree with that line. Makefile contains tests scripts which used in testing platform, so it's also @TrueCloudLab/qa-committers
Author
Member

That's the quirk of Forgejo CODEOWNERS parser: it creates review requests for ALL matching lines, not just for the last one. So for Makefile changes reviewers will be both qa-commiters and me.

That's the quirk of Forgejo CODEOWNERS parser: it creates review requests for ALL matching lines, not just for the last one. So for Makefile changes reviewers will be both qa-commiters and me.
abereziny approved these changes 2024-12-13 11:20:13 +00:00
d.zayakin approved these changes 2024-12-17 10:46:10 +00:00
abereziny removed review request for anikeev-yadro 2024-12-17 10:51:10 +00:00
abereziny removed review request for anurindm 2024-12-17 10:51:12 +00:00
abereziny removed review request for ylukoyan 2024-12-17 10:51:14 +00:00
abereziny removed review request for i.niyazov 2024-12-17 10:51:15 +00:00
abereziny removed review request for JuliaKovshova 2024-12-17 10:51:16 +00:00
All checks were successful
DCO action / DCO (pull_request) Successful in 1m27s
Required
Details
This pull request can be merged automatically.
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
3 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-testlib#336
No description provided.