diff --git a/scripts/commit-msg.hook b/scripts/commit-msg.hook index e2a92412f..0ba27bf28 100755 --- a/scripts/commit-msg.hook +++ b/scripts/commit-msg.hook @@ -140,8 +140,7 @@ build_commit_trailer_regex() { # Predefined trailer keys. trailers=( - 'CC' 'Change-Id' - 'Bug' 'Close' 'Closes' + 'CC' 'Change-Id' 'Closes' 'Acked-by' 'Co-authored-by' 'Reported-by' 'Reviewed-by' 'Signed-off-by' 'Suggested-by' 'Tested-by' )