Skip to content

Fix changelog MR creation skipping regex

Eric Eastwood requested to merge fix-skip-mr-regex into master

Fix changelog MR creation skipping regex

I had the escaping wrong which works fine when running on CLI but not in Shell script

[[ "$lastCommitDescription" =~ ^\\[(skip[[:space:]]ci|ci[[:space:]]skip)\\].* ]] && echo "skipping"

Previous MRs

Merge request reports