@@ -367,7 +367,7 @@ jobs:
367367 mkdir -p /tmp/gh-aw/safeoutputs
368368 mkdir -p /tmp/gh-aw/mcp-logs/safeoutputs
369369 cat > /opt/gh-aw/safeoutputs/config.json << 'GH_AW_SAFE_OUTPUTS_CONFIG_EOF'
370- {"add_comment":{"max":1},"create_issue":{"max":1},"dispatch_workflow":{"max":5,"workflow_files":{"repo-health-investigate":".lock.yml"},"workflows":["repo-health-investigate"]},"missing_data":{},"missing_tool":{},"noop":{"max":1},"update_issue":{"max":1}}
370+ {"add_comment":{"max":1,"target":"*" },"create_issue":{"max":1},"dispatch_workflow":{"max":5,"workflow_files":{"repo-health-investigate":".lock.yml"},"workflows":["repo-health-investigate"]},"missing_data":{},"missing_tool":{},"noop":{"max":1},"update_issue":{"max":1,"target":"*" }}
371371 GH_AW_SAFE_OUTPUTS_CONFIG_EOF
372372 cat > /opt/gh-aw/safeoutputs/tools.json << 'GH_AW_SAFE_OUTPUTS_TOOLS_EOF'
373373 [
@@ -1247,7 +1247,7 @@ jobs:
12471247 uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
12481248 env :
12491249 GH_AW_AGENT_OUTPUT : ${{ env.GH_AW_AGENT_OUTPUT }}
1250- GH_AW_SAFE_OUTPUTS_HANDLER_CONFIG : " {\" add_comment\" :{\" max\" :1},\" create_issue\" :{\" max\" :1},\" dispatch_workflow\" :{\" max\" :5,\" workflow_files\" :{\" repo-health-investigate\" :\" .lock.yml\" },\" workflows\" :[\" repo-health-investigate\" ]},\" missing_data\" :{},\" missing_tool\" :{},\" update_issue\" :{\" allow_body\" :true,\" max\" :1}}"
1250+ GH_AW_SAFE_OUTPUTS_HANDLER_CONFIG : " {\" add_comment\" :{\" max\" :1, \" target \" : \" * \" },\" create_issue\" :{\" max\" :1},\" dispatch_workflow\" :{\" max\" :5,\" workflow_files\" :{\" repo-health-investigate\" :\" .lock.yml\" },\" workflows\" :[\" repo-health-investigate\" ]},\" missing_data\" :{},\" missing_tool\" :{},\" update_issue\" :{\" allow_body\" :true,\" max\" :1, \" target \" : \" * \" }}"
12511251 with :
12521252 github-token : ${{ secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
12531253 script : |
0 commit comments