diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 3ca1a5d..ca39dc3 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -1,7 +1,7 @@ # ============================================================================ # Claude Code — Automated PR Review # ============================================================================ -# Thin wrapper around PitziLabs/shared-workflows/claude-review.yml. +# Thin wrapper around lentago/shared-workflows/claude-review.yml. # Pinned to Haiku. # ============================================================================ @@ -21,7 +21,7 @@ jobs: pull-requests: write issues: write id-token: write - uses: PitziLabs/shared-workflows/.github/workflows/claude-review.yml@main + uses: lentago/shared-workflows/.github/workflows/claude-review.yml@main secrets: inherit with: review_prompt: | diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 3e9524c..e74e6ba 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -1,7 +1,7 @@ # ============================================================================ # Claude Code — Interactive @claude Responder # ============================================================================ -# Thin wrapper around PitziLabs/shared-workflows/claude-responder.yml. +# Thin wrapper around lentago/shared-workflows/claude-responder.yml. # ============================================================================ name: Claude Code @@ -26,7 +26,7 @@ jobs: issues: write id-token: write actions: read - uses: PitziLabs/shared-workflows/.github/workflows/claude-responder.yml@main + uses: lentago/shared-workflows/.github/workflows/claude-responder.yml@main secrets: inherit with: allowed_tools: '"Bash(git add:*)" "Bash(git commit:*)" "Bash(git checkout:*)" "Bash(git switch:*)" "Bash(git push:*)" "Bash(git status:*)" "Bash(git diff:*)" "Bash(git log:*)" "Bash(git branch:*)" "Bash(gh pr create:*)" "Bash(gh pr merge:*)" "Bash(gh pr view:*)" "Bash(shellcheck:*)" "Read" "Edit" "Write"'