chore: improve performance significantly
All checks were successful
Pull Request Labeler / labeler (pull_request_target) Successful in 7s

This commit is contained in:
Constantin Simonis 2025-06-03 11:01:56 +02:00
commit d13de25433
No known key found for this signature in database
GPG key ID: 32E45D43790A8142
248 changed files with 0 additions and 16017 deletions

View file

@ -1,16 +0,0 @@
name: Claude PR Review
on:
pull_request:
types: [opened, synchronize] # Runs on new PRs and updates
jobs:
claude-code:
runs-on: ubuntu-latest
steps:
- name: Claude
uses: https://git.kjan.de/actions/claude-pr-review@v1.0.4
with:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
GITEA_URL: ${{ secrets._GITEA_URL }}
GITEA_CLAUDE_TOKEN: ${{ secrets._GITEA_TOKEN }}