Skip to content

Commit 58293e0

Browse files
committed
fix: update conventional commits to ignore SBOM commits
1 parent 3efbd6b commit 58293e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conventional-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "$commitmsg"
5151
5252
# Skip merge and [tx] commits
53-
if [[ "$commitmsg" =~ ^Merge ]] || [[ "$commitmsg" =~ ^\[tx\] ]]; then
53+
if [[ "$commitmsg" =~ ^Merge ]] || [[ "$commitmsg" =~ ^\[tx\] ]] || [[ "$commitmsg" =~ SBOM\ updated ]]; then
5454
echo " 🚫 Ignored commit"
5555
continue
5656
fi

0 commit comments

Comments
 (0)