Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
@copilot update test-claude.md to use |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Updated test-claude.md to use Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
| pull-requests: write | ||
| actions: read | ||
| output: | ||
| issue: |
There was a problem hiding this comment.
@copilot keep the issue section, output should support multiple options
There was a problem hiding this comment.
Updated test-claude.md to keep both issue and comment output options as requested. The workflow now supports multiple output types simultaneously, demonstrating the full functionality. Commit: fea0dd3
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
This PR implements the
output.commentoutput type that creates issue or pull request comments from agent output, following the same patterns as the existingoutput.issuefunctionality. Additionally, it enables workflows to support multiple output types simultaneously.What's New
Users can now configure workflows to automatically post agent output as comments on issues or pull requests, and can combine multiple output types in a single workflow:
Key Features
github.event.issue.numberorgithub.event.pull_request.numberis present, gracefully skipping for other event typesissues: writeandpull-requests: writepermissions, keeping the main job minimalImplementation Details
create_issue_commentwith 10-minute timeoutcomment_idandcomment_urlfor downstream jobsoutput.commentconfigurationExample Generated Workflow
The compiler generates a conditional job that:
github.rest.issues.createComment()This maintains the same separation of concerns as
output.issuewhere the main job doesn't need write permissions, improving security and following the principle of least privilege.The test workflow
test-claude.mdhas been updated to demonstrate this functionality by both creating issues AND posting analysis results as PR comments, showcasing the multiple output support capability.Fixes #129.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.