Skip to content

Commit a4ea02c

Browse files
matifaliammario
authored andcommitted
hotfix(ci): fix a syntax issue in contrib.yaml (coder#7727)
1 parent 4ebed9c commit a4ea02c

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)