mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
more rights for claude!
This commit is contained in:
parent
9da94d05c1
commit
b39f63ea73
2 changed files with 8 additions and 8 deletions
8
.github/workflows/claude-code-review.yml
vendored
8
.github/workflows/claude-code-review.yml
vendored
|
|
@ -20,9 +20,9 @@ jobs:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: write
|
||||||
pull-requests: read
|
pull-requests: write
|
||||||
issues: read
|
issues: write
|
||||||
id-token: write
|
id-token: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -66,7 +66,7 @@ jobs:
|
||||||
# 'Please provide a thorough code review focusing on our coding standards and best practices.' }}
|
# 'Please provide a thorough code review focusing on our coding standards and best practices.' }}
|
||||||
|
|
||||||
# Optional: Add specific tools for running tests or linting
|
# Optional: Add specific tools for running tests or linting
|
||||||
# allowed_tools: "Bash(npm run test),Bash(npm run lint),Bash(npm run typecheck)"
|
allowed_tools: "Bash(npm install),Bash(npm run build),Bash(npm run test),Bash(npm run test:*),Bash(npm run lint),Bash(npm run lint:*),Bash(npm run typecheck),Bash(npm run format)"
|
||||||
|
|
||||||
# Optional: Skip review for certain conditions
|
# Optional: Skip review for certain conditions
|
||||||
# if: |
|
# if: |
|
||||||
|
|
|
||||||
8
.github/workflows/claude.yml
vendored
8
.github/workflows/claude.yml
vendored
|
|
@ -19,9 +19,9 @@ jobs:
|
||||||
(github.event_name == 'issues' && (contains(github.event.issue.body, '@claude') || contains(github.event.issue.title, '@claude')))
|
(github.event_name == 'issues' && (contains(github.event.issue.body, '@claude') || contains(github.event.issue.title, '@claude')))
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: write
|
||||||
pull-requests: read
|
pull-requests: write
|
||||||
issues: read
|
issues: write
|
||||||
id-token: write
|
id-token: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|
@ -45,7 +45,7 @@ jobs:
|
||||||
# assignee_trigger: "claude-bot"
|
# assignee_trigger: "claude-bot"
|
||||||
|
|
||||||
# Optional: Allow Claude to run specific commands
|
# Optional: Allow Claude to run specific commands
|
||||||
# allowed_tools: "Bash(npm install),Bash(npm run build),Bash(npm run test:*),Bash(npm run lint:*)"
|
allowed_tools: "Bash(npm install),Bash(npm run build),Bash(npm run test),Bash(npm run test:*),Bash(npm run lint),Bash(npm run lint:*),Bash(npm run typecheck),Bash(npm run format)"
|
||||||
|
|
||||||
# Optional: Add custom instructions for Claude to customize its behavior for your project
|
# Optional: Add custom instructions for Claude to customize its behavior for your project
|
||||||
# custom_instructions: |
|
# custom_instructions: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue