Skip to content

Commit

Permalink
ci(cc): reject null body
Browse files Browse the repository at this point in the history
  • Loading branch information
lljbash authored Mar 28, 2024
1 parent 0528ab2 commit 99ee4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conventional_commit_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
uses: agenthunt/[email protected]
with:
pr-title-regex: '^((build|ci|chore|docs|feat|fix|perf|refactor|revert|style|test)!?(\([a-z0-9-]+\))?: .+)$'
pr-body-regex: '\S'
pr-body-regex: '^((?!null)|null.*)\S'

0 comments on commit 99ee4e5

Please sign in to comment.