8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ebed9c commit a4ea02cCopy full SHA for a4ea02c
.github/workflows/contrib.yaml
@@ -57,14 +57,14 @@ jobs:
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
with:
59
requireScope: false
60
- types:
61
- - feat
62
- - chore
63
- - fix
64
- - hotfix
65
- - refactor
66
- - perf
67
- - test
+ types: |
+ feat
+ chore
+ fix
+ hotfix
+ refactor
+ perf
+ test
68
69
release-labels:
70
runs-on: ubuntu-latest
0 commit comments