You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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>
Copy file name to clipboardExpand all lines: content/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,22 +33,22 @@ You can also enable activity limitations on all repositories owned by your perso
33
33
34
34
## Limiting concurrent open pull requests for users without write access
35
35
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.
37
37
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.
39
39
40
40
### Adding trusted contributors to the bypass list
41
41
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.
43
43
44
44
You can manage the bypass list through either the UI or the API. The bypass list supports up to 100 users.
45
45
46
46
### Configuring the pull request limit
47
47
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:
49
49
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.
0 commit comments