Add CODEOWNERS #96

Open
potyarkin wants to merge 1 commit from potyarkin/policy-engine:feature/add-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 15:40:14 +00:00
[#] Add CODEOWNERS
Some checks failed
Tests and linters / Tests with -race (pull_request) Successful in 3m16s
Tests and linters / Staticcheck (pull_request) Successful in 3m31s
Tests and linters / Tests (pull_request) Successful in 7m18s
DCO action / DCO (pull_request) Failing after 7m19s
Tests and linters / Lint (pull_request) Successful in 8m32s
4600b2f56b
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
potyarkin force-pushed feature/add-codeowners from 4600b2f56b to 9c98b05066 2024-12-10 15:57:07 +00:00 Compare
potyarkin changed title from WIP: Add CODEOWNERS to Add CODEOWNERS 2024-12-10 15:57:14 +00:00
fyrchik approved these changes 2024-12-11 03:25:33 +00:00
All checks were successful
Tests and linters / Staticcheck (pull_request) Successful in 4m18s
Tests and linters / Lint (pull_request) Successful in 5m3s
DCO action / DCO (pull_request) Successful in 6m3s
Tests and linters / Tests with -race (pull_request) Successful in 6m45s
Tests and linters / Tests (pull_request) Successful in 1m47s
This pull request doesn't have enough approvals yet. 1 of 2 approvals granted.
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/add-codeowners:potyarkin-feature/add-codeowners
git checkout potyarkin-feature/add-codeowners
Sign in to join this conversation.
No description provided.