Commit f7bed58
fix: PR title missing from crush review context (#52)
* fix: save PR title to /tmp before checkout so it survives actions/checkout
pr_data.json was written to the working directory but actions/checkout@v4
wipes it clean. The PR body survived because it was saved to /tmp/pr_body.txt,
but the title was read directly from the now-deleted pr_data.json.
Fix: save the title to /tmp/pr_title.txt (like the body) and read from there.
Co-Authored-By: unknown <>
* Fix comment + default CRUSH_SMALL_MODEL in crush workflow
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Greg Slepak <contact@taoeffect.com>1 parent 2b96629 commit f7bed58
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| |||
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
| 145 | + | |
144 | 146 | | |
145 | 147 | | |
146 | 148 | | |
| |||
218 | 220 | | |
219 | 221 | | |
220 | 222 | | |
221 | | - | |
| 223 | + | |
222 | 224 | | |
223 | 225 | | |
224 | 226 | | |
| |||
0 commit comments