From ce6b69804833e60add16e17eb4621d8e8e0468b0 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 31 May 2023 10:21:25 +0300 Subject: [PATCH] hotfix(ci): fix a syntax issue in contrib.yaml (#7727) --- .github/workflows/contrib.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/contrib.yaml b/.github/workflows/contrib.yaml index 7e993f48f0..95236c8373 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