Commit d4c7bb7
authored
The engine-version check diffs against the base branch's current tip (#206)
The check added in #200 diffed against
`github.event.pull_request.base.sha`, which is recorded at PR creation
and goes stale as the base branch moves. After #200 merged, the check on
#201 — a PR that does not touch the engine — diffed across #200's own
engine changes and failed. Diffing against `origin/<base ref>` (the
checkout has full history) compares only the PR's changes.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Signed-off-by: willbot <w.a.madden+machine@gmail.com>
Signed-off-by: Will Madden <madden@prisma.io>1 parent dc99c6d commit d4c7bb7
2 files changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments