Skip to content

Commit cd0b63d

Browse files
authored
Merge pull request #22 from gooddata/jimi/lint2
feat(commit-lint): allow reapply commits
2 parents 835b105 + 36e17b7 commit cd0b63d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/commit-lint-shell.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Validate commits against Conventional Commits guidelines and internal rules
3737
3838
# 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}"
39+
CONVENTIONAL_REGEX="^(build|chore|ci|docs|feat|fix|perf|refactor|revert|reapply|style|test)(\(.+\))?!?: .{1,70}"
4040
4141
# Get commit subjects and hashes
4242
COMMITS=$(git log --reverse --no-merges --pretty=format:"%h %s" ${{ steps.set_commit_range.outputs.commit_range }})

0 commit comments

Comments
 (0)