Skip to content

Commit

Permalink
Tweak: another no failing cl test fix (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior committed Sep 23, 2023
1 parent b4bef7b commit fb003b7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tools/changelog/check_changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,12 @@
pr.add_to_labels(CL_INVALID)
if has_valid_label:
pr.remove_from_labels(CL_VALID)
exit(1)
exit(0)


if cl.group(2) is not None:
write_cl['author'] = cl.group(2).strip()
else:
if pr_is_mirror:
print("No author specified in mirror PR!")
exit(1)
write_cl['author'] = pr_author

if not write_cl['author']:
Expand Down

0 comments on commit fb003b7

Please sign in to comment.