Refine CODEOWNERS settings #573

Merged
alexvanin merged 1 commit from potyarkin/frostfs-s3-gw:feature/codeowners into master 2024-12-10 14:35: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
requested reviews from alexvanin, dkirillov 2024-12-10 13:10:44 +00:00
potyarkin force-pushed feature/codeowners from 36704805e9 to 7d80c08c4f 2024-12-10 13:19:23 +00:00 Compare
alexvanin approved these changes 2024-12-10 14:35:10 +00:00
alexvanin merged commit 980763c468 into master 2024-12-10 14:35:43 +00:00
alexvanin referenced this pull request from a commit 2024-12-10 14:35:45 +00:00
alexvanin deleted branch feature/codeowners 2024-12-10 14:35:46 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 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-s3-gw#573
No description provided.