1
0
mirror of synced 2026-01-17 12:01:24 -05:00

Merge pull request #7890 from ramyaparimi/ramyaparimi-updated-instructions

Updated instructions on "Allowing changes to a pull request branch created from a fork" on how to allow changes
This commit is contained in:
Janice
2021-07-02 14:43:10 -07:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
1. On user-owned forks, if you do not want to allow anyone with push access to the upstream repository to make changes to your pull request, unselect **Allow edits from maintainers**.
1. On user-owned forks, if you want to allow anyone with push access to the upstream repository to make changes to your pull request, select **Allow edits from maintainers**.
{% warning %}