fix: update approval message to mention component lead and testing

Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
This commit is contained in:
Yuri Weinstein 2026-07-30 19:44:09 -07:00
parent 9c8545cef6
commit f52cc6902a

View File

@ -1844,7 +1844,7 @@ class ApprovalCheck(BaseAuditCheck):
log.error(f"PR #{pr} is not approved (reviewDecision=REVIEW_REQUIRED).")
md_text = "### Automated PR Review - Approval Required\n\n"
md_text += "This PR has not been approved yet. Please request a review before it can be finally merged."
md_text += "This PR has not been approved yet. Please request a review from the component lead before it can be finally tested and merged."
if args.ci_mode:
report.add("Review Approval", md_text)
else: