-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
respect maintainer_can_modify settings on PRs #413
Comments
I ran some tests on the GH API, and the only hint to determine this is checking the result of We need to improve the validation of permissions in case of a PR context (origin != upstream):
|
I again stumbled over it in eclipse-theia/theia#7610 |
Revision of the git credential helper to support this is in progress. The happy path was working, but it needs to be tested and fine tuned. One unknown thing remaining ist, that git tends to cache results, which shouldn't be as it would lead to false results whenever you adjust and retry. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I can push as a collaborator to PR:
Gitpod does not acknowledge it:
I still can push from a terminal though and via Git UI.
The text was updated successfully, but these errors were encountered: