Skip to content

Commit 84db283

Browse files
authored
chore: Use string instead of array to set ignored_types (#2281)
#### Summary Follow up to #2276. This input needs to be a string not an array ---
1 parent ff1b11a commit 84db283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add_tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
- uses: bcoe/conventional-release-labels@v1
1515
with:
1616
type_labels: '{ "feat": "feat", "fix": "fix", "chore": "chore", "refactor": "refactor", "test": "test", "breaking": "breaking" }'
17-
ignored_types: []
17+
ignored_types: '[]'

0 commit comments

Comments
 (0)