Skip to content

Commit 3a0ee1b

Browse files
fl64Isteb4k
andauthored
chore(ci): add codeowners (#776)
Signed-off-by: Pavel Tishkov <pavel.tishkov@flant.com> Signed-off-by: Isteb4k <dmitry.rakitin@flant.com> Co-authored-by: Isteb4k <dmitry.rakitin@flant.com>
1 parent 2564b0b commit 3a0ee1b

2 files changed

Lines changed: 22 additions & 3 deletions

File tree

.github/CODEOWNERS

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
* @fl64 @Isteb4k
2+
/.github/ @universal-itengineer @nevermarine
3+
4+
/crds/ @fl64 @z9r5 @goganat
5+
/docs/ @fl64 @z9r5 @goganat
6+
/openapi/ @fl64 @z9r5 @goganat
7+
/monitoring/ @fl64 @Isteb4k
8+
/tests/ @hardcoretime @danilrwx
9+
10+
/images/ @universal-itengineer @nevermarine
11+
/images/cdi-artifact/ @Isteb4k @yaroslavborbat @diafour
12+
/images/virt-artifact/ @Isteb4k @yaroslavborbat @diafour
13+
/images/dvcr-artifact/ @Isteb4k @yaroslavborbat @diafour
14+
/images/vm-route-forge/ @yaroslavborbat @diafour
15+
/images/kube-api-rewriter/ @diafour @yaroslavborbat
16+
/images/virtualization-artifact/ @Isteb4k @yaroslavborbat
17+
/images/virtualization-artifact/pkg/controller/vm/ @yaroslavborbat @Isteb4k
18+
/images/virtualization-artifact/pkg/controller/vmip/ @LopatinDmitr @Isteb4k
19+
/images/virtualization-artifact/pkg/controller/vmiplease/ @LopatinDmitr @Isteb4k
20+
21+
*werf* @universal-itengineer @nevermarine

tools/validation/copyright.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ var CELicenseRe = regexp.MustCompile(`(?s)[/#{!-]*(\s)*Copyright 20[2-9][1-9] Fl
3737
[/#{!-]*(\s)*limitations under the License.[-!}\n]{0,1}`)
3838

3939
var fileToCheckRe = regexp.MustCompile(`\.go$|/[^/.]+$|\.sh$|\.lua$|\.py$|^\.github/(scripts|workflows|workflow_templates)/.+\.(js|yml|yaml|sh)$`)
40-
var fileToSkipRe = regexp.MustCompile(`geohash.lua$|\.
41-
github/CODEOWNERS|Dockerfile$|id_ed$|Makefile$|Taskfile|/docs/|bashrc$|inputrc$|modules_menu_skip$
42-
|LICENSE$`)
40+
var fileToSkipRe = regexp.MustCompile(`geohash.lua$|\.github/CODEOWNERS|Dockerfile$|id_ed$|Makefile$|Taskfile|/docs/|bashrc$|inputrc$|modules_menu_skip$|LICENSE$`)
4341

4442
func RunCopyrightValidation(info *DiffInfo) (exitCode int) {
4543
fmt.Println("Run 'copyright' validation ...")

0 commit comments

Comments
 (0)