Allow push to hidden refs at pull/*/head
#124685
Unanswered
JojOatXGME
asked this question in
Pull Requests
Replies: 1 comment
-
|
This is important to me because I'm converting all machine-based GitHub operations to use GitHub app authentication scoped to the organization of private repositories. A token issued to a GitHub app cannot operate on a private fork of a repository under a user (even though that fork originated from the organization and the user has allowed changes from maintainers). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Product Feedback
Body
I recently learned that you can checkout pull requests locally without adding the fork as another remote.
or
However, according to the documentation, these refs are read-only. Assuming the PR is still open and the creator of the PR allows changes to the pull request branch, it would be nice if I could push to these references.
Beta Was this translation helpful? Give feedback.
All reactions