From 64f7c49427a99a79e893cb8ea47ce6a219071e4b Mon Sep 17 00:00:00 2001 From: Kim Gustyr Date: Fri, 6 Feb 2026 18:49:46 +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/pull-request.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/pull-request.yml diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml deleted file mode 100644 index 059f7d0..0000000 --- a/.github/workflows/pull-request.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Pull Request - -on: - pull_request: - -jobs: - conventional-commit: - name: Conventional Commit - runs-on: ubuntu-latest - permissions: - contents: read - pull-requests: write - 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 - ci - docs - deps - refactor - test - chore