Skip to content

Commit

Permalink
fix: updating the commit checker
Browse files Browse the repository at this point in the history
  • Loading branch information
noble-varghese committed Dec 1, 2023
1 parent eaca99b commit 23d40b7
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions .github/workflows/commit-checker.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
name: ConventionalCommitChecker

on: [pull_request, push]

- uses: taskmedia/[email protected]
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: ""
- name: verify conventional commits
uses: taskmedia/[email protected]

0 comments on commit 23d40b7

Please sign in to comment.