Skip to content

Commit af6e91e

Browse files
authored
shows a real diff that will be applied on merge (only PR changes) (#1928)
1 parent 0926873 commit af6e91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codex-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Show diff summary
5353
run: |
5454
git diff --stat \
55-
${{ github.event.pull_request.base.sha }} pr-${{ github.event.pull_request.number }}
55+
${{ github.event.pull_request.base.sha }}...pr-${{ github.event.pull_request.number }}
5656
5757
# 3. Run Codex safely
5858
- name: Run Codex

0 commit comments

Comments
 (0)