From 3787acf6a3b9b5558da30c715fa946bbe1270203 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Fri, 23 Oct 2020 10:23:12 +0200 Subject: [PATCH] Fix labels. --- .github/workflows/autofix.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autofix.yaml b/.github/workflows/autofix.yaml index 61c8ec9..c5bf0b2 100644 --- a/.github/workflows/autofix.yaml +++ b/.github/workflows/autofix.yaml @@ -63,7 +63,7 @@ jobs: }}/actions/runs/${{ github.run_id }}) as defined by [workflow action](https://github.com/${{ github.repository }}/blob/${{ github.base_ref }}/.github/workflows/autofix.yaml). - labels: CI/CD + labels: "CI/CD" assignees: kdeldycke branch: format-json @@ -84,7 +84,7 @@ jobs: }}/actions/runs/${{ github.run_id }}) as defined by [workflow action](https://github.com/${{ github.repository }}/blob/${{ github.base_ref }}/.github/workflows/autofix.yaml). - labels: CI/CD, documentation + labels: "CI/CD" assignees: kdeldycke branch: autofix-typo @@ -111,6 +111,6 @@ jobs: }}/blob/${{ github.base_ref }}/.github/workflows/autofix.yaml). %0A ${{ steps.image_actions.outputs.markdown }} - labels: CI/CD, documentation + labels: "CI/CD" assignees: kdeldycke branch: optimize-images