Skip to content

Commit 31f6ab5

Browse files
authored
build(add-branch): Fix type in yaml configuration file (#63)
Co-authored-by: Stephen Reindl <[email protected]>
1 parent 74d50ca commit 31f6ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/issue-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ branches:
1313
prefix: feature/
1414
- label: bug
1515
prefix: bug/
16-
- label: *
16+
- label: '*'
1717
skip: true

0 commit comments

Comments
 (0)