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
Link to the gh-aw PR: github/gh-aw#47508 — feat: use GitHub suggestion syntax in PR reviewer comments
The PR review safe-output now supports emitting code fixes in GitHub suggestion syntax (``` suggestion ``` blocks) instead of collapsed <details> blocks. There is no test covering this new output format.
Given an open pull request that changes a single line of code, ask the agent to review it and suggest an alternative implementation using GitHub suggestion syntax. Assert that the submitted review body contains at least one suggestion fenced code block.
New fixtures or secrets needed
None — an existing open test PR in githubnext/gh-aw-test (created by another test) is sufficient.
Notes
Existing test-copilot-submit-pull-request-review.md covers the base review submission flow but does not verify suggestion-syntax output. This would be an additive coverage test for the new feature.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpg
To allow these domains, add them to the network.allowed list in your workflow frontmatter:
Motivation
Link to the gh-aw PR: github/gh-aw#47508 — feat: use GitHub suggestion syntax in PR reviewer comments
The PR review safe-output now supports emitting code fixes in GitHub suggestion syntax (
``` suggestion ```blocks) instead of collapsed<details>blocks. There is no test covering this new output format.Proposed test
test-copilot-submit-pull-request-review-suggestion-syntax.mdworkflow_dispatchsubmit-pull-request-reviewMinimal test prompt sketch
Given an open pull request that changes a single line of code, ask the agent to review it and suggest an alternative implementation using GitHub suggestion syntax. Assert that the submitted review body contains at least one
suggestionfenced code block.New fixtures or secrets needed
None — an existing open test PR in
githubnext/gh-aw-test(created by another test) is sufficient.Notes
Existing
test-copilot-submit-pull-request-review.mdcovers the base review submission flow but does not verify suggestion-syntax output. This would be an additive coverage test for the new feature.Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpgSee Network Configuration for more information.