We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ba312d + a0ef243 commit af08c3aCopy full SHA for af08c3a
.github/workflows/scripts/pr_workflow.py
@@ -109,7 +109,8 @@ def verify_labeler_config(self) -> None:
109
if (
110
self.event_name == "issue_comment" or self.event_name == "pull_request_review"
111
) and not self.comment_body:
112
- sys.exit("`COMMENT_BODY` is not set")
+ LOGGER.info("No comment, nothing to do. Exiting.")
113
+ sys.exit(0)
114
115
def run_pr_label_action(self) -> None:
116
if self.action == self.SupportedActions.pr_size_action_name:
0 commit comments