You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -441,6 +445,8 @@ export async function summarizeChecksImpl(
441
445
core.info(
442
446
`Updating comment '${NEXT_STEPS_COMMENT_ID}' on ${owner}/${repo}#${issue_number} with body: ${commentBody}`,
443
447
);
448
+
core.summary.addRaw(`\n${commentBody}\n\n`);
449
+
444
450
// this will remain commented until we're comfortable with the change.
445
451
// await commentOrUpdate(
446
452
// { github, context, core },
@@ -457,6 +463,11 @@ export async function summarizeChecksImpl(
457
463
core.info(
458
464
`Summarize checks has identified that status of "[TEST-IGNORE] Automated merging requirements met" commit status should be updated to: ${JSON.stringify(automatedChecksMet)}.`,
0 commit comments