We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c1669 commit b6e1528Copy full SHA for b6e1528
1 file changed
.github/workflows/claude-pr-review.yml
@@ -6,7 +6,8 @@ on:
6
7
jobs:
8
review:
9
- if: github.event.pull_request.draft == false
+ # TODO: remove author filter after testing is complete
10
+ if: github.event.pull_request.draft == false && github.event.pull_request.user.login == 'zfarrell'
11
runs-on: ubuntu-latest
12
permissions:
13
contents: read
0 commit comments