Skip to content

Commit 2e850a5

Browse files
committed
fix: pass pr_number and commit_sha through to reusable workflow
1 parent 629ef4c commit 2e850a5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ai-review.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ jobs:
2222
review_instructions: >-
2323
Focus on Go correctness, concurrency bugs, and MongoDB protocol handling.
2424
Skip style nitpicks.
25+
pr_number: ${{ inputs.pr_number }}
26+
commit_sha: ${{ inputs.commit_sha }}

0 commit comments

Comments
 (0)