diff --git a/.github/workflows/conventional-commit.yml b/.github/workflows/conventional-commit.yml deleted file mode 100644 index c5436fb..0000000 --- a/.github/workflows/conventional-commit.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: Conventional Commit - -on: - pull_request: - types: - - edited - - opened - -jobs: - conventional-commit: - runs-on: ubuntu-latest - permissions: - pull-requests: read # for amannn/action-semantic-pull-request to read PR titles - - steps: - - uses: amannn/action-semantic-pull-request@v6 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - types: - | # mirrors changelog-sections in the /release-please-config.json - chore - ci - deps - docs - feat - fix - perf - refactor - test