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 7c3dbbb commit ce6b698Copy full SHA for ce6b698
.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