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
There are issues with specifying push -u origin in new_proposal.py. gh can result in a repo either using upstream+origin, or origin+fork, with the second name being the fork in both cases. Either we need to use gh pr create alone (which may be ideal) or change the git push to be agnostic about the name (likely having to detect which to use, or at least if origin is incorrect).
The text was updated successfully, but these errors were encountered:
We triage inactive PRs and issues in order to make it easier to find active work. If this issue should remain active or becomes active again, please comment or remove the inactive label. The long term label can also be added for issues which are expected to take time.
This issue is labeled inactive because the last activity was over 90 days ago.
jonmeow
added
long term
Issues expected to take over 90 days to resolve.
and removed
inactive
Issues and PRs which have been inactive for at least 90 days.
labels
Jul 17, 2024
There are issues with specifying
push -u origin
in new_proposal.py.gh
can result in a repo either usingupstream
+origin
, ororigin
+fork
, with the second name being the fork in both cases. Either we need to usegh pr create
alone (which may be ideal) or change thegit push
to be agnostic about the name (likely having to detect which to use, or at least iforigin
is incorrect).The text was updated successfully, but these errors were encountered: