Skip to content

Commit 592fe70

Browse files
committed
feat: [ENG-1933] add job to log author_association in PR review workflow.
1 parent 47d052c commit 592fe70

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ permissions:
1616
pull-requests: write
1717

1818
jobs:
19+
debug:
20+
runs-on: ubuntu-latest
21+
steps:
22+
- run: |
23+
echo "draft: ${{ github.event.pull_request.draft }}"
24+
echo "author_association: ${{ github.event.pull_request.author_association }}"
25+
1926
auto-review:
2027
if: >-
2128
${{

0 commit comments

Comments
 (0)