Skip to content
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

Capitalized first letter in each line of the list #35472

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ topics:
shortTitle: Commit to PR branch from fork
---
You can only make commits on pull request branches that:
* are opened in a repository that you have push access to and that were created from a fork of that repository
* are on a user-owned fork
* have permission granted from the pull request creator
* don't have [branch restrictions](/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches#restrict-who-can-push-to-matching-branches) that will prevent you from committing
VictorDoyle marked this conversation as resolved.
Show resolved Hide resolved
VictorDoyle marked this conversation as resolved.
Show resolved Hide resolved
* Are opened in a repository that you have push access to and that were created from a fork of that repository
* Are on a user-owned fork
* Have permission granted from the pull request creator
* Don't have [branch restrictions](/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches#restrict-who-can-push-to-matching-branches) that will prevent you from committing

Only the user who created the pull request can give you permission to push commits to the user-owned fork. For more information, see "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork)."

Expand Down
Loading