We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 835b105 + 36e17b7 commit cd0b63dCopy full SHA for cd0b63d
1 file changed
.github/workflows/commit-lint-shell.yaml
@@ -36,7 +36,7 @@ jobs:
36
# Validate commits against Conventional Commits guidelines and internal rules
37
38
# Define conventional commit regex with optional breaking change mark
39
- CONVENTIONAL_REGEX="^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\(.+\))?!?: .{1,70}"
+ CONVENTIONAL_REGEX="^(build|chore|ci|docs|feat|fix|perf|refactor|revert|reapply|style|test)(\(.+\))?!?: .{1,70}"
40
41
# Get commit subjects and hashes
42
COMMITS=$(git log --reverse --no-merges --pretty=format:"%h %s" ${{ steps.set_commit_range.outputs.commit_range }})
0 commit comments