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
- Revert frontmatter intro and permissions to concise originals;
PR limit details now live in the body content
- Add 'In a public repository' to the PR limit section to align
with the page scope
- Remove duplicated navigation steps; reference the earlier
section instead to create a single source of truth
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
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
2
title: Limiting interactions in your repository
3
-
intro: You can temporarily enforce a period of limited activity for certain users on a public repository, and set a maximum number of concurrent open pull requests for users without write access.
3
+
intro: You can temporarily enforce a period of limited activity for certain users on a public repository.
permissions: 'People with admin permissions to a repository, and organization moderators, can temporarily limit interactions in that repository and set a maximum number of concurrent open pull requests for users without write access.'
11
+
permissions: 'People with admin permissions to a repository, and organization moderators, can temporarily limit interactions in that repository.'
12
12
shortTitle: Limit interactions in repo
13
13
category:
14
14
- Moderate comments and conversations
@@ -33,7 +33,7 @@ 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
-
You can set a maximum number of pull requests that a user without write access can have open at the same time in your repository. 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 get an existing pull request merged before they can open a new one.
37
37
38
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.
39
39
@@ -45,9 +45,8 @@ You can manage the bypass list through either the UI or the API. The bypass list
45
45
46
46
### Configuring the pull request limit
47
47
48
-
{% data reusables.repositories.navigate-to-repo %}
49
-
{% data reusables.repositories.sidebar-settings %}
50
-
1. In the sidebar, select **{% octicon "comment-discussion" aria-hidden="true" aria-label="comment-discussion" %} Moderation options**, then click **Interaction limits**.
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
+
51
50
1. Under "Pull request limits", select the maximum number of concurrent open pull requests allowed for non-collaborators.
52
51
1. Optionally, to allow specific users to bypass the limit, under "Allowlist", search for and select the users you want to add.
0 commit comments