Add CODEOWNERS #39

Merged
PavelGrossSpb merged 1 commit from potyarkin/frostfs-sdk-csharp:feature/add-codeowners into master 2024-12-10 18:04:00 +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:35:33 +00:00
[#] Add CODEOWNERS
Some checks failed
DCO / DCO (pull_request) Failing after 5m0s
lint-build / dotnet8.0 (pull_request) Successful in 5m15s
3579e0cd2e
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
potyarkin force-pushed feature/add-codeowners from 3579e0cd2e to abd9b5d0d0 2024-12-10 15:52:32 +00:00 Compare
potyarkin changed title from WIP: Add CODEOWNERS to Add CODEOWNERS 2024-12-10 15:52:40 +00:00
PavelGrossSpb approved these changes 2024-12-10 15:55:00 +00:00
PavelGrossSpb scheduled this pull request to auto merge when all checks succeed 2024-12-10 17:45:04 +00:00
PavelGrossSpb merged commit abd9b5d0d0 into master 2024-12-10 18:04:00 +00:00
PavelGrossSpb referenced this pull request from a commit 2024-12-10 18:04:02 +00:00
Sign in to join this conversation.
No description provided.