We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f61de52 + c2fdcaf commit fd86919Copy full SHA for fd86919
.github/workflows/claude-pr-review.yml
@@ -6,8 +6,7 @@ on:
6
7
jobs:
8
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'
+ if: github.event.pull_request.draft == false
11
runs-on: ubuntu-latest
12
timeout-minutes: 15
13
permissions:
0 commit comments