Skip to content

Commit

Permalink
Fix: no failing tests on invalid cl (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior authored Sep 20, 2023
1 parent 5827774 commit b71b154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/changelog/check_changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@
pr.add_to_labels(CL_INVALID)
if has_valid_label:
pr.remove_from_labels(CL_VALID)
exit(1)
exit(0)

0 comments on commit b71b154

Please sign in to comment.