Commit 5093ee1
committed
fix(bots): drop dead PR_BASE_SHA env from engineer follow-up
Review follow-up (F1): reviewer flagged that engineer-bot-followup passes
PR_BASE_SHA without the base-fetch step the reviewer follow-up has. Verified
against the engine: the engineer follow-up (followup_runner.py / run.py) never
reads PR_BASE_SHA — unlike the reviewer, it does no `git rev-list base..head`
anchor verification. So it was dead env, not a missing-base risk. Remove it
rather than adding an unused base-fetch step.
Co-authored-by: Isaac
Signed-off-by: eric-wang-1990 <e.wang@databricks.com>1 parent 386635a commit 5093ee1
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | 120 | | |
122 | 121 | | |
123 | 122 | | |
| |||
0 commit comments