diff --git a/.github/workflows/pr-title-conventional-commit.yml b/.github/workflows/pr-title-conventional-commit.yml deleted file mode 100644 index e6c1571817..0000000000 --- a/.github/workflows/pr-title-conventional-commit.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: "Conventional Commit PR Title" - -on: - pull_request_target: - types: - - opened - - edited - - synchronize - - reopened - -permissions: - pull-requests: read - -jobs: - main: - name: Validate PR title - runs-on: ubuntu-latest - steps: - - uses: amannn/action-semantic-pull-request@v5 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}