summaryrefslogtreecommitdiff
path: root/.github/workflows/claude-code-review.yml
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-10-02 11:19:31 +0700
committerhathach <[email protected]>2025-10-02 11:19:31 +0700
commit3c108b233f023d51eea237ed2eb5f48c312c47f4 (patch)
treec6ce9d11fce3227d0d14510abd5d907595d69e21 /.github/workflows/claude-code-review.yml
parent9da11137b495d833f4386c9b38991f21f2a32ef2 (diff)
add CLAUDE.md and fix pre-commit build
Diffstat (limited to '.github/workflows/claude-code-review.yml')
-rw-r--r--.github/workflows/claude-code-review.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml
index 976e09e5f..d0d58be9c 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
@@ -46,12 +46,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.claude.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:*)"'
-