Skip to content

Commit bea8387

Browse files
moraescCopilot
andcommitted
Address second round of Copilot review feedback
- Fix contradictory exemption wording: 'users with write access or higher' instead of 'users with collaborator access' - Replace 'close or get' with 'close or have' for clarity - Replace contractions ('don't') with 'do not' per docs style - Use bold formatting (**Pull request limits**, **Bypass list**) instead of quotes for UI elements, matching page conventions Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1bba230 commit bea8387

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

content/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,22 @@ You can also enable activity limitations on all repositories owned by your perso
3333

3434
## Limiting concurrent open pull requests for users without write access
3535

36-
In a public repository, you can also set a maximum number of pull requests that a user without write access can have open at the same time. When a user without write access reaches the limit, they must close or get an existing pull request merged before they can open a new one.
36+
In a public repository, you can also set a maximum number of pull requests that a user without write access can have open at the same time. When a user without write access reaches the limit, they must close or have an existing pull request merged before they can open a new one.
3737

38-
This setting helps maintainers manage contribution volume by preventing users from opening an excessive number of pull requests, which can overwhelm review queues and trigger unnecessary CI runs. The limit only applies to users without write access — users with collaborator access to the repository are not affected.
38+
This setting helps maintainers manage contribution volume by preventing users from opening an excessive number of pull requests, which can overwhelm review queues and trigger unnecessary CI runs. The limit only applies to users without write access — users with write access or higher are not affected.
3939

4040
### Adding trusted contributors to the bypass list
4141

42-
Rather than granting full collaborator access, you can add trusted contributors to a bypass list, allowing them to exceed the pull request limit while keeping their permissions otherwise unchanged. This is ideal for regular external contributors who routinely open multiple pull requests but don't need the additional permissions that come with collaborator access.
42+
Rather than granting full collaborator access, you can add trusted contributors to a bypass list, allowing them to exceed the pull request limit while keeping their permissions otherwise unchanged. This is ideal for regular external contributors who routinely open multiple pull requests but do not need the additional permissions that come with collaborator access.
4343

4444
You can manage the bypass list through either the UI or the API. The bypass list supports up to 100 users.
4545

4646
### Configuring the pull request limit
4747

48-
To configure the pull request limit, navigate to the **Interaction limits** settings page following the same steps described in [Limiting interactions in your repository](#limiting-interactions-in-your-repository), then:
48+
To configure the pull request limit, navigate to the **Interaction limits** settings page following the same steps described in "[Limiting interactions in your repository](#limiting-interactions-in-your-repository)," then:
4949

50-
1. Under "Pull request limits", select the maximum number of concurrent open pull requests allowed for users without write access.
51-
1. Optionally, to allow specific users to bypass the limit, under "Bypass list", search for and select the users you want to add.
50+
1. Under **Pull request limits**, select the maximum number of concurrent open pull requests allowed for users without write access.
51+
1. Optionally, to allow specific users to bypass the limit, under **Bypass list**, search for and select the users you want to add.
5252

5353
## Further reading
5454

0 commit comments

Comments
 (0)