From e085487fe436a53426970df0adf6e41e0f93b3cb Mon Sep 17 00:00:00 2001 From: Kim Gustyr Date: Fri, 6 Feb 2026 18:50:23 +0000 Subject: [PATCH] chore: Remove amannn/action-semantic-pull-request job from PR workflow This check is now handled by the Flagsmith GitHub App webhook handler. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/pr.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 41fd3a5..f658805 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -3,33 +3,10 @@ name: PR on: pull_request: types: - - edited - opened - synchronize jobs: - lint-pr-title: - name: Lint PR title - runs-on: ubuntu-latest - steps: - - name: Validate conventional commit format - uses: amannn/action-semantic-pull-request@v6 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - # Mirrors changelog-sections in release-please-config.json - types: | - feat - fix - infra - ci - docs - deps - perf - refactor - test - chore - qa: name: Check software quality runs-on: ubuntu-latest