Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/claude-code-review.yml
Original file line number Diff line number Diff line change
@@ -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.
# ============================================================================

Expand All @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/claude.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"'