You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems auto format cannot be run when PR'ing a branch from a fork, only when a PR is merging an upstream branch.
for example, I have a fix branch, say on fix/101 on my fork. I get the following error as it tried to checkout the branch on the upstream repo, which doesn't exist:
/usr/bin/git checkout fix/101
[72](https://github.com/xmos/lib_xud/runs/5424431483?check_suite_focus=true#step:3:72)
error: pathspec 'fix/101' did not match any file(s) known to git
The text was updated successfully, but these errors were encountered:
It seems auto format cannot be run when PR'ing a branch from a fork, only when a PR is merging an upstream branch.
for example, I have a fix branch, say on fix/101 on my fork. I get the following error as it tried to checkout the branch on the upstream repo, which doesn't exist:
The text was updated successfully, but these errors were encountered: