Skip to content

Commit 5e55975

Browse files
committed
Single quote glob in YAML file
YAML has a thing called aliases which starts with *
1 parent 3e761fd commit 5e55975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
dataplatform:
2-
- **/*
2+
- '**/*'

0 commit comments

Comments
 (0)