We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6a85e commit d892adcCopy full SHA for d892adc
1 file changed
check-release.pl
@@ -183,7 +183,7 @@ ($$$)
183
}
184
elsif ($commitMessage =~ /^[a-z0-9]{7} [Uu]pdate license (blurb|header)s$/) {
185
# Ignore "Update license headers" updates
186
- debug("Ignoring 'Organize imports' commit: $commit");
+ debug("Ignoring 'Update license headers' commit: $commit");
187
$commitCount--;
188
189
elsif ($commitMessage =~ /^[a-z0-9]{7} Organize imports$/) {
0 commit comments