We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3efbd6b commit 58293e0Copy full SHA for 58293e0
1 file changed
.github/workflows/conventional-commits.yml
@@ -50,7 +50,7 @@ jobs:
50
echo "$commitmsg"
51
52
# Skip merge and [tx] commits
53
- if [[ "$commitmsg" =~ ^Merge ]] || [[ "$commitmsg" =~ ^\[tx\] ]]; then
+ if [[ "$commitmsg" =~ ^Merge ]] || [[ "$commitmsg" =~ ^\[tx\] ]] || [[ "$commitmsg" =~ SBOM\ updated ]]; then
54
echo " 🚫 Ignored commit"
55
continue
56
fi
0 commit comments