diff --git a/.github/workflows/contrib.yaml b/.github/workflows/contrib.yaml index 7e993f48f0d5e..95236c83733dd 100644 --- a/.github/workflows/contrib.yaml +++ b/.github/workflows/contrib.yaml @@ -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