Skip to content

Commit fd86919

Browse files
authored
Merge pull request #7 from hotdata-dev/chore/remove-author-filter
chore: remove author filter for org-wide rollout
2 parents f61de52 + c2fdcaf commit fd86919

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

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

77
jobs:
88
review:
9-
# TODO: remove author filter after testing is complete
10-
if: github.event.pull_request.draft == false && github.event.pull_request.user.login == 'zfarrell'
9+
if: github.event.pull_request.draft == false
1110
runs-on: ubuntu-latest
1211
timeout-minutes: 15
1312
permissions:

0 commit comments

Comments
 (0)