Add CODEOWNERS #1550

Merged
fyrchik merged 1 commit from potyarkin/frostfs-node:feature/add-codeowners into master 2024-12-11 10:34:58 +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:34:10 +00:00
[#] Add CODEOWNERS
Some checks failed
Tests and linters / Run gofumpt (pull_request) Successful in 2m25s
Pre-commit hooks / Pre-commit (pull_request) Successful in 4m30s
Tests and linters / gopls check (pull_request) Successful in 5m20s
DCO action / DCO (pull_request) Failing after 6m10s
Vulncheck / Vulncheck (pull_request) Successful in 6m44s
Tests and linters / Lint (pull_request) Successful in 6m45s
Tests and linters / Tests with -race (pull_request) Successful in 7m23s
Tests and linters / Staticcheck (pull_request) Successful in 7m44s
Tests and linters / Tests (pull_request) Successful in 8m12s
Build / Build Components (pull_request) Successful in 8m41s
5b9ff1fc78
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
potyarkin force-pushed feature/add-codeowners from 5b9ff1fc78 to 004cd6cf53 2024-12-10 15:50:28 +00:00 Compare
potyarkin changed title from WIP: Add CODEOWNERS to Add CODEOWNERS 2024-12-10 15:50:35 +00:00
fyrchik approved these changes 2024-12-11 07:22:38 +00:00
Dismissed
fyrchik approved these changes 2024-12-11 07:22:45 +00:00
fyrchik added this to the v0.45.0 milestone 2024-12-11 07:22:53 +00:00
dstepanov-yadro approved these changes 2024-12-11 08:00:40 +00:00
fyrchik merged commit a641c91594 into master 2024-12-11 10:34:58 +00:00
fyrchik referenced this pull request from a commit 2024-12-11 10:34:59 +00:00
potyarkin deleted branch feature/add-codeowners 2024-12-20 17:52:15 +00:00
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-node#1550
No description provided.