Compare commits
3 Commits
e8fc19bd54
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
50f03d8939 | ||
|
|
61d35dd851 | ||
| 45fd1d5874 |
27
.gitea/workflows/claude.yml
Normal file
27
.gitea/workflows/claude.yml
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
name: Claude Assistant
|
||||||
|
on:
|
||||||
|
issue_comment:
|
||||||
|
types: [created]
|
||||||
|
pull_request_review_comment:
|
||||||
|
types: [created]
|
||||||
|
issues:
|
||||||
|
types: [opened, assigned, labeled]
|
||||||
|
pull_request_review:
|
||||||
|
types: [submitted]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
claude-response:
|
||||||
|
runs-on: yellow-zeabur-runner
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
- uses: markwylde/claude-code-gitea-action@v1.0.20
|
||||||
|
with:
|
||||||
|
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||||
|
gitea_token: ${{ secrets.USER_TOKEN }}
|
||||||
|
claude_git_name: Claude
|
||||||
|
claude_git_email: claude@anthropic.com
|
||||||
|
path_to_claude_code_executable: /usr/local/bin/claude
|
||||||
|
env:
|
||||||
|
GITEA_SERVER_URL: https://yellow-git.zeabur.app
|
||||||
Reference in New Issue
Block a user