From 48e2f663aa003ad33ad1e60b9ac9c1074c6eecd6 Mon Sep 17 00:00:00 2001 From: Kim Gustyr Date: Fri, 6 Feb 2026 18:57:27 +0000 Subject: [PATCH] chore: Remove amannn/action-semantic-pull-request workflow This check is now handled by the Flagsmith GitHub App webhook handler. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/conventional-commit.yml | 29 ----------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/conventional-commit.yml diff --git a/.github/workflows/conventional-commit.yml b/.github/workflows/conventional-commit.yml deleted file mode 100644 index facc6f6e..00000000 --- a/.github/workflows/conventional-commit.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Conventional Commit - -on: - pull_request: - types: - - edited - - opened - -jobs: - conventional-commit: - name: Conventional Commit - runs-on: ubuntu-latest - steps: - - name: Check PR Conventional Commit title - uses: amannn/action-semantic-pull-request@v5 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - types: | # mirrors changelog-sections in the /release-please-config.json - feat - fix - infra - ci - docs - deps - perf - refactor - test - chore