diff --git a/.github/workflows/semantic-pr-lint.yml b/.github/workflows/semantic-pr-lint.yml deleted file mode 100644 index 9740186..0000000 --- a/.github/workflows/semantic-pr-lint.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: semantic-pr-lint - -on: - pull_request_target: - types: - - opened - - edited - - reopened - -jobs: - main: - name: Validate PR title - runs-on: ubuntu-latest - permissions: - pull-requests: read - steps: - - uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}