mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
fix: update approval message to mention component lead and testing
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
This commit is contained in:
parent
9c8545cef6
commit
f52cc6902a
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user