diff --git a/.github/workflows/conventional-prs.yml b/.github/workflows/conventional-prs.yml deleted file mode 100644 index 2a5b86f..0000000 --- a/.github/workflows/conventional-prs.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: PR -on: - pull_request_target: - types: - - opened - - reopened - - edited - - synchronize - -jobs: - title-format: - runs-on: ubuntu-latest - steps: - - uses: amannn/action-semantic-pull-request@v3.4.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - validateSingleCommit: true \ No newline at end of file