diff --git a/.github/workflows/commit-checker.yml b/.github/workflows/commit-checker.yml index e3464d5..f3a063d 100644 --- a/.github/workflows/commit-checker.yml +++ b/.github/workflows/commit-checker.yml @@ -1,21 +1,3 @@ -name: ConventionalCommitChecker - -on: [pull_request, push] - -- uses: taskmedia/action-conventional-commits@v1.1.8 - with: - # token to access GitHub API to receive PR commits - # Default: ${{ github.token }} - token: "" - - # skip merge commits - # Default: true - skip_merge: "" - - # skip revert commits - # Default: true - skip_revert: "" - - # allow different types in commit message - # Default: fix|feat|revert - types: "" \ No newline at end of file +- name: verify conventional commits + uses: taskmedia/action-conventional-commits@v1.1.8 + \ No newline at end of file