From fb2fc44150c354a7e004c0671b2e4ca3cc2bd16d Mon Sep 17 00:00:00 2001 From: Simon Gattner Date: Wed, 6 Mar 2024 16:38:42 +0100 Subject: [PATCH] ci(version): check only if conventional commit is feature --- .github/workflows/check-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-version.yml b/.github/workflows/check-version.yml index 5a8df7a..2fef347 100644 --- a/.github/workflows/check-version.yml +++ b/.github/workflows/check-version.yml @@ -22,7 +22,7 @@ jobs: name: Version Check runs-on: ubuntu-latest - if: ${{ github.actor != 'dependabot[bot]' }} + if: "startsWith(github.event.head_commit.message, 'feat')" steps: # The fetch-depth and fetch-tags options are required