Tw 138 clean up js doc pt2 #33
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | ||
| name: claude-code | ||
| permissions: | ||
| contents: read | ||
| pull-requests: write | ||
| issues: write | ||
| id-token: write | ||
| actions: read | ||
| on: | ||
| issue_comment: | ||
| types: [created, edited] | ||
| pull_request_review_comment: | ||
| types: [created, edited] | ||
| jobs: | ||
| claude-code: | ||
| name: Invoke Claude Code AI assistant | ||
| uses: BitGo/github-ai-assistant/.github/workflows/claude.yaml@v1 | ||
|
Check failure on line 20 in .github/workflows/claude-code.yaml
|
||