From 283329be5fb82b938d74c2fa9a1c17a96d884556 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 31 May 2023 09:22:10 +0300 Subject: [PATCH] fix(ci): fix a syntax issue in contrib.yaml After https://github.com/coder/coder/commit/867996aa18ed668612a6e0e9e8d78d9417c7ae5a [contrib.yaml](https://github.com/coder/coder/actions/workflows/contrib.yaml) the action was failing because of a syntax issue. This PR fixes that. --- .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 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 pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy