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
[WIP] Fix missing data in contribution check workflow (#5308)
* Initial plan
* fix(contribution-check): use context files for pre-fetched data
Steps run in the agent job but the prompt is built in the activation
job, so ${{ steps.*.outputs.* }} expressions always evaluate to empty
strings. Follow the doc-maintainer pattern: write fetched data to
/tmp/gh-aw/contribution-check-context/ and update the prompt to read
those files. Remove stale GH_AW_EXPR env vars from activation job.
Closes#5289
* fix(workflows): address contribution-check review feedback
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
**Use ONLY the pre-fetched data below.** Do NOT call `gh pr diff`, `gh pr view`, `gh api`, `git diff`, `git log`, or `git show`. Do not read files from the checkout.
101
+
Read the following pre-fetched context files before proceeding:
**Use ONLY the pre-fetched data in these context files.** Do NOT call `gh pr diff`, `gh pr view`, `gh api`, `git diff`, `git log`, or `git show`. Do not read other files from the checkout.
0 commit comments