Skip to content

Commit 9369465

Browse files
umarcormarckhouzam
authored andcommitted
labeler: fix syntax
1 parent e1b831e commit 9369465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"area/docs-generation": doc/**/*
33

44
# changes to the core cobra command
5-
"area/cobra-command":
6-
- any: ['./cobra.go', './cobra_test.go', './*command*.go'
5+
"area/cobra-command":
6+
- any: ['./cobra.go', './cobra_test.go', './*command*.go']
77

88
# changes made to command flags/args
99
"area/flags": ./args*.go

0 commit comments

Comments
 (0)