diff --git a/.github/workflows/pr-title-checker.yml b/.github/workflows/pr-title-checker.yml deleted file mode 100644 index b36da2c..0000000 --- a/.github/workflows/pr-title-checker.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Conventional Commits -on: - pull_request: - -jobs: - build: - name: https://www.conventionalcommits.org - runs-on: ubuntu-latest - steps: - - uses: Slashgear/action-check-pr-title@v4.3.0 - with: - regexp: "(feat|fix|docs): .++" # Regex the title should match. - helpMessage: "Example: 'feat: example of title'"