We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0926873 commit af6e91eCopy full SHA for af6e91e
.github/workflows/codex-review.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Show diff summary
53
run: |
54
git diff --stat \
55
- ${{ github.event.pull_request.base.sha }} pr-${{ github.event.pull_request.number }}
+ ${{ github.event.pull_request.base.sha }}...pr-${{ github.event.pull_request.number }}
56
57
# 3. Run Codex safely
58
- name: Run Codex
0 commit comments