pullrequests Search Results · "copilot -p" path:.github/workflows/*.yml language:JavaScript language:HTML language:TypeScript
Filter by
15.5k results
The path qualifier is not supported when searching pull requests. Try searching for code instead?
... is actually doing.
What changed
Workers section — was dumping the full ~10 KB copilot -p RALPH.md prompt argv on one line, drowning the rest of the
report in escaped-newline noise. Now renders as ...
dependencies
javascript
dependencies
github_actions
dependabot
dependencies
Copilot runs were failing with argument parsing errors (too many arguments) because the adapter used Cursor-style -p
invocation while still sending the prompt via stdin. Copilot CLI expects the ...
dependencies
javascript