Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changeset/patch-standardize-upload-asset.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/aw/schemas/agentic-workflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -4200,7 +4200,7 @@
}
]
},
"upload-assets": {
"upload-asset": {
"oneOf": [
{
"type": "object",
Expand Down
169 changes: 128 additions & 41 deletions .github/workflows/audit-workflows.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/audit-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gh-aw logs --start-date -1d -o /tmp/gh-aw/aw-mcp/logs
safe-outputs:
upload-assets:
upload-asset:
create-discussion:
category: "audits"
max: 1
Expand Down Expand Up @@ -160,4 +160,4 @@ Use gh-aw MCP server (not CLI directly). Run `status` tool to verify.

Cache structure: `/tmp/gh-aw/cache-memory/{audits,patterns,metrics}/*.json`

Always create discussion with findings and update cache memory.
Always create discussion with findings and update cache memory.
Loading
Loading