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