aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMaheshtheDev <[email protected]>2025-10-10 05:10:03 +0000
committerMaheshtheDev <[email protected]>2025-10-10 05:10:03 +0000
commit35ac9e086b6ad8e97cf7ee666194c12423632f27 (patch)
treef5a3e4aaf50d75fa1cd0651a146f8a5c3a332618 /.github
parentfix: mobile layout on empty projects (#479) (diff)
downloadsupermemory-35ac9e086b6ad8e97cf7ee666194c12423632f27.tar.xz
supermemory-35ac9e086b6ad8e97cf7ee666194c12423632f27.zip
feat: ai sdk language model withSupermemory (#446)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/claude-code-review.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml
index 5e90d4b9..44f4ab85 100644
--- a/.github/workflows/claude-code-review.yml
+++ b/.github/workflows/claude-code-review.yml
@@ -17,14 +17,14 @@ jobs:
# github.event.pull_request.user.login == 'external-contributor' ||
# github.event.pull_request.user.login == 'new-developer' ||
# github.event.pull_request.author_association == 'FIRST_TIME_CONTRIBUTOR'
-
+
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
issues: read
id-token: write
-
+
steps:
- name: Checkout repository
uses: actions/checkout@v4
@@ -36,6 +36,7 @@ jobs:
uses: anthropics/claude-code-action@v1
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
+ use_sticky_comment: true
prompt: |
Please review this pull request and provide feedback on:
- Code quality and best practices
@@ -43,12 +44,11 @@ jobs:
- Performance considerations
- Security concerns
- Test coverage
-
+
Use the repository's CLAUDE.md for guidance on style and conventions. Be constructive and helpful in your feedback.
Use `gh pr comment` with your Bash tool to leave your review as a comment on the PR.
-
+
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
# or https://docs.anthropic.com/en/docs/claude-code/sdk#command-line for available options
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:*)"'
-