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
Create a workflow that uses the close-issue safe output with require-issue-intent: false (or the per-tool opt-out equivalent) so the agent can close an issue without providing intent metadata. The harness asserts the issue is closed successfully, confirming the opt-out path compiles and executes correctly.
New fixtures or secrets needed
None — uses an existing test issue in githubnext/gh-aw-test.
Notes
Existing test-copilot-issue-intents.md exercises the require path. This new test covers the per-tool opt-out introduced in PR #46014 and ensures the default-on behaviour is not accidentally bypassed in the standard path.
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 or issue: github/gh-aw#46014 — require issue-intent metadata for close/assignment tools by default, with per-tool opt-out
Proposed test
test-copilot-issue-intent-opt-out.mdworkflow_dispatchclose-issue(with issue-intent opt-out configured)Minimal test prompt sketch
Create a workflow that uses the
close-issuesafe output withrequire-issue-intent: false(or the per-tool opt-out equivalent) so the agent can close an issue without providing intent metadata. The harness asserts the issue is closed successfully, confirming the opt-out path compiles and executes correctly.New fixtures or secrets needed
None — uses an existing test issue in
githubnext/gh-aw-test.Notes
Existing
test-copilot-issue-intents.mdexercises the require path. This new test covers the per-tool opt-out introduced in PR #46014 and ensures the default-on behaviour is not accidentally bypassed in the standard path.Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpgSee Network Configuration for more information.