Commit 8e74c18
Fix gate step to include deletions, improve merge-base error handling, and clarify quoting comment
This fixes three issues in the simulation tests workflow: the gate step's git diff now includes deletions so PRs that only delete files are not incorrectly skipped, the merge-base computation is properly wrapped to catch and annotate failures, and the alienv quoting comment now clearly explains the hazard.
- Gate step now uses git diff without --diff-filter=AMR to include deletions
- merge-base failure is assigned to a variable first, checked, then used
- Comment updated to clearly state that a space or "$" in the workspace path would break or double-evaluate
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>1 parent 9e12401 commit 8e74c18
1 file changed
Lines changed: 13 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
50 | 58 | | |
51 | 59 | | |
52 | 60 | | |
| |||
56 | 64 | | |
57 | 65 | | |
58 | 66 | | |
59 | | - | |
| 67 | + | |
60 | 68 | | |
61 | 69 | | |
62 | 70 | | |
| |||
115 | 123 | | |
116 | 124 | | |
117 | 125 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
122 | 129 | | |
123 | 130 | | |
124 | 131 | | |
| |||
0 commit comments