Add CODEOWNERS #2

Merged
potyarkin merged 1 commit from potyarkin/action-env:feature/add-codeowners into master 2024-12-11 14:55:18 +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:33:32 +00:00
[#] Add CODEOWNERS
All checks were successful
/ build-dotnet-8.0 (pull_request) Successful in 39s
/ build-openjdk-11-maven-3.8.6 (pull_request) Successful in 1m36s
/ build-python-3.11 (pull_request) Successful in 2m9s
/ build-python-3.13 (pull_request) Successful in 1m34s
cc0cdb1f6d
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
potyarkin force-pushed feature/add-codeowners from cc0cdb1f6d to 36c100fb52 2024-12-10 15:46:51 +00:00 Compare
potyarkin changed title from WIP: Add CODEOWNERS to Add CODEOWNERS 2024-12-10 15:47:12 +00:00
potyarkin merged commit 36c100fb52 into master 2024-12-11 14:55:18 +00:00
potyarkin deleted branch feature/add-codeowners 2024-12-11 14:55:19 +00:00
potyarkin referenced this pull request from a commit 2024-12-11 14:55:19 +00:00
Sign in to join this conversation.
No description provided.