Commit 4af3579
authored
[automerge] Use 'git fetch --unshallow' instead of fetching all branches (#20)
This updates the automerge workflow to use the `git fetch --unshallow`
command instead of using fetching the entire history during the
workflow's initial checkout. The latter, beyond too slow, doesn't create
the local branch references required by the automerge script.1 parent b7e359a commit 4af3579
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
0 commit comments