hotfix(ci): fix a syntax issue in contrib.yaml (#7727)

This commit is contained in:
Muhammad Atif Ali
2023-05-31 10:21:25 +03:00
committed by GitHub
parent 7c3dbbbe93
commit ce6b698048

View File

@ -57,14 +57,14 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
requireScope: false
types:
- feat
- chore
- fix
- hotfix
- refactor
- perf
- test
types: |
feat
chore
fix
hotfix
refactor
perf
test
release-labels:
runs-on: ubuntu-latest