Clarify that draft PRs don't count toward the concurrent PR limit#44783
Clarify that draft PRs don't count toward the concurrent PR limit#44783moraesc wants to merge 1 commit into
Conversation
Draft pull requests are excluded when calculating whether a user without write access has reached the maximum number of concurrent open pull requests. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Clarifies how draft pull requests affect the repository “maximum open pull requests per user” interaction limit.
Changes:
- Documented that draft pull requests do not count toward a user’s open pull request limit.
- Clarified that only open, non-draft pull requests are included in the limit calculation.
Show a summary per file
| File | Description |
|---|---|
| content/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository.md | Adds documentation clarifying that draft PRs are excluded from the open PR limit count. |
Copilot's findings
- Files reviewed: 1/1 changed files
- Comments generated: 0
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
What this PR does
Adds a clarification to the "Limiting concurrent open pull requests for users without write access" section: draft pull requests do not count toward a user's limit. Only open, non-draft pull requests are counted.
Why
This is an important behavioral detail for contributors and maintainers to understand — users can still create drafts freely without being blocked by the limit.
Related