We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e19de3a commit 9f36144Copy full SHA for 9f36144
.github/workflows/conventional-label.yaml
@@ -8,4 +8,4 @@ jobs:
8
steps:
9
- uses: bcoe/conventional-release-labels@886f696738527c7be444262c327c89436dfb95a8 #v1.3.1
10
with:
11
- type_labels: '{"feat": "feature", "fix": "fix", "breaking": "breaking", "ci": "CI", "build": "build", "refactor": "refactor", "test": "test"}'
+ type_labels: '{"feat": "feature", "fix": "fix", "BREAKING CHANGE": "breaking", "ci": "CI", "build": "build", "refactor": "refactor", "test": "test"}'
0 commit comments