From fb003b7d9adb1196773f0c830e681b6f2566ddad Mon Sep 17 00:00:00 2001 From: Furior <68264134+Furrior@users.noreply.github.com> Date: Sat, 23 Sep 2023 22:01:06 +0700 Subject: [PATCH] Tweak: another no failing cl test fix (#230) --- tools/changelog/check_changelog.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/changelog/check_changelog.py b/tools/changelog/check_changelog.py index 39e9841be100..aee1d5dc77c6 100644 --- a/tools/changelog/check_changelog.py +++ b/tools/changelog/check_changelog.py @@ -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']: