Commit 4749fd5
Fix evergreen agent instructions to create local tracking branch before push
The push_to_pull_request_branch tool requires a named local branch to create
patches from. When the agent checks out the PR branch with a detached HEAD,
the tool fails with "Branch does not exist locally". Updated step 2 of the
agent instructions to explicitly use `git checkout -b` to create a local
tracking branch.
Agent-Logs-Url: https://github.com/githubnext/tsessebe/sessions/d2700d0e-7bbb-4650-aa27-84a4b45b7c29
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>1 parent 1fb0cbb commit 4749fd5
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
283 | 287 | | |
284 | 288 | | |
285 | 289 | | |
| |||
0 commit comments