feat(openapi): set x-internal: false on all 11 master express operations #173
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
|
||