Skip to content

Commit

Permalink
Capitalized first letter in each line of the list (#35472)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Nguyen <[email protected]>
  • Loading branch information
VictorDoyle and nguyenalex836 authored Dec 2, 2024
1 parent 9df207d commit 769515c
Showing 1 changed file with 4 additions and 4 deletions.
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
* 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

0 comments on commit 769515c

Please sign in to comment.