Skip to content

Commit ce6b698

Browse files
authored
hotfix(ci): fix a syntax issue in contrib.yaml (#7727)
1 parent 7c3dbbb commit ce6b698

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/contrib.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ jobs:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858
with:
5959
requireScope: false
60-
types:
61-
- feat
62-
- chore
63-
- fix
64-
- hotfix
65-
- refactor
66-
- perf
67-
- test
60+
types: |
61+
feat
62+
chore
63+
fix
64+
hotfix
65+
refactor
66+
perf
67+
test
6868
6969
release-labels:
7070
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)