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
Set review-workflow commit status for non-docs PRs in ci-build.yml
Non-docs PRs were being blocked by branch protection because nothing
was flipping the review-workflow status to success. stage-progression.yml
handles it for docs PRs, but ci-build.yml needs to handle the non-docs
path or those PRs can't merge.
const body = `${marker}\n\n✅ **CI build passed** for commit \`${sha}\`\n\nThis PR does not touch documentation content under \`docs/\`, so no multi-stage review is required.\n\n@usace-rmc/docs-admin may merge.`;
0 commit comments