From 55ed617a09aeb2591beae4d5132c7a5956dd7640 Mon Sep 17 00:00:00 2001 From: Christopher Jon Pitzi Date: Mon, 29 Jun 2026 13:54:57 -0400 Subject: [PATCH 1/2] Repoint shared-workflows references to the lentago org Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/claude-code-review.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: | From e6d2bb8e38976f285eb4e5016c91771879b4c58f Mon Sep 17 00:00:00 2001 From: Christopher Jon Pitzi Date: Mon, 29 Jun 2026 13:54:59 -0400 Subject: [PATCH 2/2] Repoint shared-workflows references to the lentago org Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/claude.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"'