Add CODEOWNERS #13

Open
potyarkin wants to merge 1 commit from potyarkin/dco-go:feature/add-codeowners into master
Showing only changes of commit 8a2b935c08 - Show all commits

2
CODEOWNERS Normal file
View file

@ -0,0 +1,2 @@
go\\..* @TrueCloudLab/storage-core-developers @TrueCloudLab/storage-core-committers
Review

Why not use .* instead of 2 lines?

Why not use `.*` instead of 2 lines?
Review

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.

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.
.*\\.go @TrueCloudLab/storage-core-developers @TrueCloudLab/storage-core-committers