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 that when --github-use-repo is used, Copybara doesn't GET repos/%s/pulls/%d. I think that way because the following logs aren't display when --github-use-repo is used, when they are without:
Task: GitHub PR Origin: Resolving reference 1337
INFO: Executing GET repos/%s/pulls/%d
Task: Fetching Pull Request 1337 and branch 'main'
Am I missing or misusing something here?
The text was updated successfully, but these errors were encountered:
Hello,
I have the following workflow (simplified):
When I call
copybara
with this workflow, Copybara is able to find the revision for a given PR1337
:However, if I overwrite the
url
attribute of myimport-pr
workflow, it suddently fails to find the revision:It seems that when
--github-use-repo
is used, Copybara doesn'tGET repos/%s/pulls/%d
. I think that way because the following logs aren't display when--github-use-repo
is used, when they are without:Am I missing or misusing something here?
The text was updated successfully, but these errors were encountered: