diff options
| author | MaheshtheDev <[email protected]> | 2026-01-16 21:44:26 +0000 |
|---|---|---|
| committer | MaheshtheDev <[email protected]> | 2026-01-16 21:44:26 +0000 |
| commit | 9fd49193ac6dcd8c6cdf75da642bfb4a11c76e9a (patch) | |
| tree | 993317bf9c73035a93856f7284ce611c019d93ac /.github | |
| parent | feat: deep-research on user profile and tiptap integration (#672) (diff) | |
| download | supermemory-9fd49193ac6dcd8c6cdf75da642bfb4a11c76e9a.tar.xz supermemory-9fd49193ac6dcd8c6cdf75da642bfb4a11c76e9a.zip | |
chore: delete document, document ui (#673)01-16-chore_delete_document_document_ui
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/claude-code-review.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 8564713b..7f63c2df 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -26,6 +26,9 @@ jobs: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} use_sticky_comment: true prompt: | + REPO: ${{ github.repository }} + PR NUMBER: ${{ github.event.pull_request.number }} + You are reviewing a PR for supermemory - a Turbo monorepo with multiple apps and packages. ## Repository Structure Context @@ -75,4 +78,4 @@ jobs: Use `gh pr comment` with your Bash tool to leave your review as a comment on the PR. - claude_args: '--allowed-tools "Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr list:*)"' + claude_args: '--allowedTools "Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr list:*)"' |