Skip to content

Commit b6e1528

Browse files
committed
feat: restrict review to zfarrell for testing
1 parent 29c1669 commit b6e1528

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/claude-pr-review.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66

77
jobs:
88
review:
9-
if: github.event.pull_request.draft == false
9+
# TODO: remove author filter after testing is complete
10+
if: github.event.pull_request.draft == false && github.event.pull_request.user.login == 'zfarrell'
1011
runs-on: ubuntu-latest
1112
permissions:
1213
contents: read

0 commit comments

Comments
 (0)