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
Add output mode, artifact upload, and condensed inputs
- Add 'output' input: 'Create Issue' (default) or 'Action Summary'
When 'Action Summary', the report is written to the step summary
and uploaded as an artifact but no issue is created.
- Condense repo/branch inputs into owner/repo:branch format:
csharp_sdk: 'modelcontextprotocol/csharp-sdk:main'
conformance: 'modelcontextprotocol/conformance:main'
Parsed with bash parameter expansion (${var%%:*} / ${var#*:})
- Add post-steps to upload /tmp/audit-report.md as an artifact
(90-day retention, ignore if missing)
- Executive summary now uses bullet points instead of a paragraph
- Audit report always written to $GITHUB_STEP_SUMMARY regardless
of output mode, so the summary page always shows results
- Agent writes a single /tmp/audit-report.md combining executive
summary + assessment + remediation, used for both issue body
and action summary
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments