From 6e6c155908c387780a589906ba657260ff4db12a Mon Sep 17 00:00:00 2001 From: Daniel Mikusa Date: Wed, 17 Nov 2021 13:14:39 -0500 Subject: [PATCH] Bumps all workflows Signed-off-by: Daniel Mikusa --- .github/workflows/minimal-labels.yml | 1 - .github/workflows/synchronize-labels.yml | 1 - .github/workflows/tests.yml | 1 + .github/workflows/update-draft-release.yml | 1 + .github/workflows/update-pipeline.yml | 1 + 5 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/minimal-labels.yml b/.github/workflows/minimal-labels.yml index ad9820f1..1bb1fd65 100644 --- a/.github/workflows/minimal-labels.yml +++ b/.github/workflows/minimal-labels.yml @@ -27,4 +27,3 @@ jobs: count: 1 labels: type:bug, type:dependency-upgrade, type:documentation, type:enhancement, type:question, type:task mode: exactly - diff --git a/.github/workflows/synchronize-labels.yml b/.github/workflows/synchronize-labels.yml index 54d84e3a..598e7ad8 100644 --- a/.github/workflows/synchronize-labels.yml +++ b/.github/workflows/synchronize-labels.yml @@ -15,4 +15,3 @@ jobs: - uses: micnncim/action-label-syncer@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cf0492cf..a875c7ed 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -47,3 +47,4 @@ jobs: richgo test ./... env: RICHGO_FORCE_COLOR: "1" + diff --git a/.github/workflows/update-draft-release.yml b/.github/workflows/update-draft-release.yml index dd738b7e..ba32cf87 100644 --- a/.github/workflows/update-draft-release.yml +++ b/.github/workflows/update-draft-release.yml @@ -189,3 +189,4 @@ jobs: RELEASE_ID: ${{ steps.release-drafter.outputs.id }} RELEASE_NAME: ${{ steps.release-drafter.outputs.name }} RELEASE_TAG_NAME: ${{ steps.release-drafter.outputs.tag_name }} + diff --git a/.github/workflows/update-pipeline.yml b/.github/workflows/update-pipeline.yml index d905b689..16711e2c 100644 --- a/.github/workflows/update-pipeline.yml +++ b/.github/workflows/update-pipeline.yml @@ -82,3 +82,4 @@ jobs: signoff: true title: Bump pipeline from ${{ steps.pipeline.outputs.old-version }} to ${{ steps.pipeline.outputs.new-version }} token: ${{ secrets.GITHUB_TOKEN }} +