Add CODEOWNERS #27

Merged
dstepanov-yadro merged 1 commit from potyarkin/linters:feature/add-codeowners into master 2025-02-17 07:25:43 +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 15:37:47 +00:00
[#] Add CODEOWNERS
All checks were successful
Tests and linters / Tests (pull_request) Successful in 4m17s
Tests and linters / Lint (pull_request) Successful in 4m17s
Tests and linters / Build lib (pull_request) Successful in 8m43s
Tests and linters / Staticcheck (pull_request) Successful in 8m55s
e8a48537b6
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
potyarkin force-pushed feature/add-codeowners from e8a48537b6 to c402a75412 2024-12-10 15:54:50 +00:00 Compare
potyarkin changed title from WIP: Add CODEOWNERS to Add CODEOWNERS 2024-12-10 15:54:59 +00:00
dstepanov-yadro requested changes 2025-02-17 06:37:33 +00:00
Dismissed
CODEOWNERS Outdated
@ -0,0 +1,3 @@
.* @fyrchik

@TrueCloudLab/storage-core-committers @TrueCloudLab/storage-core-developers

`@TrueCloudLab/storage-core-committers @TrueCloudLab/storage-core-developers`
Author
Member

Agree. Fixed.

Agree. Fixed.
potyarkin force-pushed feature/add-codeowners from c402a75412 to a8f13e9438 2025-02-17 07:18:03 +00:00 Compare
potyarkin force-pushed feature/add-codeowners from a8f13e9438 to 0db97985fe 2025-02-17 07:19:14 +00:00 Compare
dstepanov-yadro approved these changes 2025-02-17 07:25:40 +00:00
dstepanov-yadro merged commit 0db97985fe into master 2025-02-17 07:25:43 +00:00
dstepanov-yadro referenced this pull request from a commit 2025-02-17 07:25:45 +00:00
potyarkin deleted branch feature/add-codeowners 2025-02-17 07:50:31 +00:00
Sign in to join this conversation.
No description provided.