merge to eap

This commit is contained in:
ollie-anthropic
2025-08-27 14:55:55 -07:00
committed by Ashwin Bhat
parent 3fdfa8eea7
commit 7bd5b28434
5 changed files with 578 additions and 0 deletions

View File

@@ -252,6 +252,10 @@ runs:
STREAM_CONFIG: ${{ steps.prepare.outputs.stream_config }}
CLAUDE_CONCLUSION: ${{ steps.claude-code.outputs.conclusion }}
CLAUDE_START_TIME: ${{ steps.prepare.outputs.claude_start_time }}
CLAUDE_BRANCH: ${{ steps.prepare.outputs.CLAUDE_BRANCH }}
USE_COMMIT_SIGNING: ${{ inputs.use_commit_signing }}
GITHUB_TOKEN: ${{ steps.prepare.outputs.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
- name: Update comment with job link
if: steps.prepare.outputs.contains_trigger == 'true' && steps.prepare.outputs.claude_comment_id && always()