Add CODEOWNERS #13
No reviewers
Labels
No labels
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/dco-go#13
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "potyarkin/dco-go:feature/add-codeowners"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
CODEOWNERS file specifies reviewers which will be automatically added to each PR.
Forgejo uses a bespoke CODEOWNERS parser. It differs from most other tools:
This PR is a part of multirepo cleanup effort: TrueCloudLab/frostfs-infra#90
47f1ff39fb
to8a2b935c08
WIP: Add CODEOWNERSto Add CODEOWNERS@ -0,0 +1,2 @@
go\\..* @TrueCloudLab/storage-core-developers @TrueCloudLab/storage-core-committers
Why not use
.*
instead of 2 lines?I did not want to ping core team on action.yaml and documentation changes. The idea was to add some other owner for that part but I did not figure out who would that be and left it as is.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.