Update GitHub Actions workflows. (#847)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[97b5e096a3ec277f7b970353d7b048d4800cdb61](97b5e096a3).
Co-authored-by: Pulumi Bot <bot@pulumi.com>
This commit is contained in:
committed by
GitHub
parent
8dff8f0e21
commit
0d1a1b4fd3
4
.github/workflows/claude.yml
vendored
4
.github/workflows/claude.yml
vendored
@@ -79,7 +79,7 @@ jobs:
|
|||||||
(github.event_name == 'pull_request_review_comment' && contains(github.event.comment.body, '@claude review')) ||
|
(github.event_name == 'pull_request_review_comment' && contains(github.event.comment.body, '@claude review')) ||
|
||||||
(github.event_name == 'pull_request_review' && contains(github.event.review.body, '@claude review'))
|
(github.event_name == 'pull_request_review' && contains(github.event.review.body, '@claude review'))
|
||||||
id: claude-review
|
id: claude-review
|
||||||
uses: anthropics/claude-code-action@9db782c3a17ef2bfc274cd17411bc3e0a5ba1345 # v1
|
uses: anthropics/claude-code-action@034cbdb008291e7eeeac420d315fc3b45fca3781 # v1
|
||||||
with:
|
with:
|
||||||
anthropic_api_key: ${{ steps.esc-secrets.outputs.ANTHROPIC_API_KEY }}
|
anthropic_api_key: ${{ steps.esc-secrets.outputs.ANTHROPIC_API_KEY }}
|
||||||
prompt: |
|
prompt: |
|
||||||
@@ -101,7 +101,7 @@ jobs:
|
|||||||
!contains(github.event.comment.body, '@claude review') &&
|
!contains(github.event.comment.body, '@claude review') &&
|
||||||
!contains(github.event.review.body, '@claude review')
|
!contains(github.event.review.body, '@claude review')
|
||||||
id: claude-action
|
id: claude-action
|
||||||
uses: anthropics/claude-code-action@9db782c3a17ef2bfc274cd17411bc3e0a5ba1345 # v1
|
uses: anthropics/claude-code-action@034cbdb008291e7eeeac420d315fc3b45fca3781 # v1
|
||||||
with:
|
with:
|
||||||
anthropic_api_key: ${{ steps.esc-secrets.outputs.ANTHROPIC_API_KEY }}
|
anthropic_api_key: ${{ steps.esc-secrets.outputs.ANTHROPIC_API_KEY }}
|
||||||
# This allows claude to read github action logs
|
# This allows claude to read github action logs
|
||||||
|
|||||||
Reference in New Issue
Block a user