Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
CI failed in Evidence from run
Recommended fix (minimal):
Tests run by me:
What is this? | From workflow: PR CI Detective Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. |
|
The failed check is caused by compile drift, not by the new
I reproduced locally with:
Result: 33 generated changes under Recommended remediation:
I did not push a fix from this run because the required changes are in What is this? | From workflow: PR Checks Fixer Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. |
There was a problem hiding this comment.
Approved: I found no blocking issues in this PR.
What is this? | From workflow: PR Review Agent
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. for issue #215
…the contributing guide.
|
The failure is caused by generated workflow artifacts not being committed after your fragment changes. In run Root cause evidence:
What to do:
Validation I ran:
I did not push a commit from this run. What is this? | From workflow: PR Checks Fixer Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. |
Summary
scripts/ready-to-make-pr.sh, a shell-based readiness checklist tool that returns JSON reminders to:github/workflows/gh-aw-fragments/for:safe-output-create-pr.mdsafe-output-push-to-pr.mdready-to-make-prand explicit instructions to callready_to_make_prbeforecreate_pull_request/push_to_pull_request_branchWhy files are under
github/The runtime rejects PRs that directly modify
.github/workflows/. These are relocation-ready copies that a maintainer can move to:.github/workflows/gh-aw-fragments/safe-output-create-pr.md.github/workflows/gh-aw-fragments/safe-output-push-to-pr.mdValidation
bash scripts/ready-to-make-pr.sh | python -m json.toolmake lint(passes)Notes
this is intentionally lightweight: the tool currently provides guidance (not hard enforcement), matching the issue request for a reminder/preflight step.
Fixes Add ready to make pr tool #208