Commit 0afa116
committed
fix(bots): set TEST_REPO_ROOT in engineer follow-up (was resolving .bot/ under internal-repo/)
The engineer follow-up run step never set TEST_REPO_ROOT, so run.py defaulted the
.bot/ lookup root to `internal-repo` (the driver-repo layout) and failed at
load_bot with:
FileNotFoundError: .../databricks-sql-python/internal-repo/.bot/config.yaml
We check out at the workspace root, not internal-repo/, so point TEST_REPO_ROOT
at github.workspace — matching the author step (which already sets it, hence the
author path worked while followup failed). This fixes the failing
engineer-bot-followup runs that kicked off on the PR's open review threads.
Signed-off-by: Eric Wang <e.wang@databricks.com>
Co-authored-by: Isaac
Signed-off-by: eric-wang-1990 <e.wang@databricks.com>1 parent aa1b82a commit 0afa116
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
127 | 133 | | |
128 | 134 | | |
129 | 135 | | |
| |||
0 commit comments