Skip to content

Commit 34cd8fa

Browse files
moraescCopilot
andcommitted
Address Copilot review feedback
- 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>
1 parent 9b1fac7 commit 34cd8fa

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
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.
44
redirect_from:
55
- /articles/limiting-interactions-with-your-repository
66
- /articles/limiting-interactions-in-your-repository
77
- /github/building-a-strong-community/limiting-interactions-in-your-repository
88
versions:
99
fpt: '*'
1010
ghec: '*'
11-
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.'
1212
shortTitle: Limit interactions in repo
1313
category:
1414
- Moderate comments and conversations
@@ -33,7 +33,7 @@ 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-
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.
3737

3838
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.
3939

@@ -45,9 +45,8 @@ You can manage the bypass list through either the UI or the API. The bypass list
4545

4646
### Configuring the pull request limit
4747

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+
5150
1. Under "Pull request limits", select the maximum number of concurrent open pull requests allowed for non-collaborators.
5251
1. Optionally, to allow specific users to bypass the limit, under "Allowlist", search for and select the users you want to add.
5352

0 commit comments

Comments
 (0)