Skip to content

Commit

Permalink
fixup! CI: Check commit message compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
norihiro committed Mar 20, 2023
1 parent 0c0d876 commit 6e71641
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CI/check-log-msg.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def main():
for c in repo.iter_commits(args.commits): # '27.1.0-rc2..27.1.0'):
global current_commit
current_commit = c
blog(LOG_INFO, "Checking commit '%s'" % c.message.split('\n', 1)[0])
check_message(c)
if has_error:
sys.exit(1)
Expand Down

0 comments on commit 6e71641

Please sign in to comment.