labeler: fix syntax

This commit is contained in:
umarcor 2022-03-09 18:29:25 +01:00 committed by Marc Khouzam
parent e1b831e5c2
commit 9369465955

2
.github/labeler.yml vendored
View file

@ -3,7 +3,7 @@
# changes to the core cobra command
"area/cobra-command":
- any: ['./cobra.go', './cobra_test.go', './*command*.go'
- any: ['./cobra.go', './cobra_test.go', './*command*.go']
# changes made to command flags/args
"area/flags": ./args*.go