From a3fd9d2857309d960cb958b366dfda84815f5549 Mon Sep 17 00:00:00 2001 From: Stefan Freitag Date: Sun, 30 Jul 2023 17:33:54 +0200 Subject: [PATCH] fix: updated github pr workflow (#21) --- .github/workflows/pr-checks.yml | 8 -------- .github/workflows/tf-module-release.yml | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 87ce1db..1ec9c60 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -9,14 +9,6 @@ permissions: checks: read jobs: - check_semver_label: - name: Check for semantic version label - runs-on: ubuntu-latest - steps: - - uses: docker://agilepathway/pull-request-label-checker:latest - with: - one_of: major,minor,patch - repo_token: ${{ secrets.GITHUB_TOKEN }} check_pull_request_type: name: Check for pull request type label runs-on: ubuntu-latest diff --git a/.github/workflows/tf-module-release.yml b/.github/workflows/tf-module-release.yml index 2554962..f54cc1f 100644 --- a/.github/workflows/tf-module-release.yml +++ b/.github/workflows/tf-module-release.yml @@ -25,4 +25,4 @@ jobs: @semantic-release/git@10.0.0 conventional-changelog-conventionalcommits@4.6.3 env: - GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}