Update .gitea/workflows/claude.yml
This commit is contained in:
@@ -9,13 +9,14 @@ on:
|
||||
pull_request_review:
|
||||
types: [submitted]
|
||||
|
||||
jobs:
|
||||
jobs:
|
||||
handle-issue:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install Claude Code
|
||||
run: npm install -g @anthropic-ai/claude-code
|
||||
- name: Create branch
|
||||
run: |
|
||||
git config user.name "Claude Agent"
|
||||
|
||||
Reference in New Issue
Block a user