We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524dfc5 commit 6316c30Copy full SHA for 6316c30
1 file changed
check-release.pl
@@ -181,6 +181,11 @@ ($$$)
181
debug("Ignoring copyright year update commit: $commit");
182
$commitCount--;
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");
187
+ $commitCount--;
188
+ }
189
elsif ($commitMessage =~ /^[a-z0-9]{7} Organize imports$/) {
190
# Ignore "Organize imports" updates
191
debug("Ignoring 'Organize imports' commit: $commit");
0 commit comments