Yes, GitHub changed pull request limits for maintainers
Yes. GitHub added persistent repository settings that cap how many open pull requests users without write access can have, so maintainers can slow drive-by noise without closing pull requests entirely.
The harder question is who you do it with: Find collaborators
Did GitHub change how open source maintainers can limit drive-by pull requests
Yes. GitHub added a repository setting that caps how many open pull requests users without write access can have at once, so maintainers can reduce drive-by noise without banning pull requests outright. GitHub says this is meant for open source repositories that get too many low-quality or repetitive PRs.
The change is newer than GitHub’s older interaction limits. Those older limits were temporary cooldowns for comments, issues, and pull requests. The new pull request limit is persistent and specific to concurrent open PRs, which is the part maintainers were missing when a queue got flooded.
The part people get wrong is assuming GitHub simply added a blanket block on outside contributors. It did not. A user without write access can still open pull requests, but once they hit the cap they must close or merge one before opening another. GitHub also lets maintainers add trusted contributors to a bypass list without giving them full collaborator access.
Draft pull requests do not count toward the limit, so the setting targets submitted work that enters the review queue. GitHub also says pull requests opened by Copilot or another AI agent count toward the limit, which matters in projects where automated or semi-automated contributions can multiply queue volume quickly.
The inconvenient part is that the limit does not solve review burden by itself. It changes who can keep opening new PRs, but it does not review code, decide quality, or stop someone from choosing the wrong repository to target. GitHub frames the feature as a way to lower unnecessary review and CI overhead, not as a replacement for maintainer triage.
If you want a stricter gate, GitHub also added other repository controls around pull request access. Maintainers can restrict pull request creation to collaborators only, or disable pull requests entirely in some repositories. That is a different control from the concurrent limit, and it is the one to use when the project needs a managed contributor set instead of open intake.
The older GitHub guidance about drive-by pull request noise was about preventing low-context or unaffiliated PRs from landing in maintainer queues. The new setting is a direct response to the same problem, but it works by limiting quantity, not by judging intent. That is why it helps with spray-and-pray contribution patterns, while still leaving room for real contributors to participate.
For a maintainer, the practical workflow is simple: set a cap in repository settings, decide whether trusted contributors should bypass it, and keep an eye on whether the queue is still manageable. If your project sees a small number of high-signal PRs, the setting may never matter. If your project gets a constant stream of drive-bys, it can stop one account from filling the queue.
The change answers a narrow question in a useful way. GitHub did change how maintainers can limit drive-by pull requests, and the new control is more precise than the older interaction limits because it caps concurrent open PRs from users without write access. It is a queue-management tool, not a wall.
Frequently asked questions
Can maintainers block all outside pull requests with this setting
No. The concurrent limit still allows outside contributors to open pull requests until they reach the cap. If a project needs a hard gate, GitHub’s collaborator-only pull request creation setting is the stronger control.
Do draft pull requests count toward the limit
No. GitHub says draft pull requests do not count toward the concurrent open pull request limit. The limit applies to open PRs that enter the active queue.
Can trusted contributors bypass the limit
Yes. GitHub says maintainers can place trusted contributors on a bypass list so they are exempt from the cap without receiving full write access.
How is this different from temporary interaction limits
Temporary interaction limits are cooldowns. The new pull request limit is a persistent cap on how many open PRs a user without write access can have at once.
Know someone stuck on this? Send them the answer.
Sources
Every link here was fetched and confirmed to resolve before this page went live.
- Limit open pull requests for users without write access - GitHub Changelog
- How pull request limits are cutting down the noise - GitHub Blog
- Limiting interactions in your repository - GitHub Docs
- New repository settings for configuring pull request access - GitHub Changelog
- Introducing temporary interaction limits - GitHub Blog
- New tools for open source maintainers - GitHub Blog
Related questions
- Can I limit drive-by pull requests on my open source repo now?
- Limit drive-by pull requests on an open source repo
- Limit drive-by pull requests on GitHub
Not the question you had?
Ask it. Every source gets fetched and checked before anything goes up, so it takes a day or two, and questions that cannot be answered honestly do not get a page at all.
Looking for someone to build it with?
People on DevConnect post what they are building and what they are missing. You can browse projects, or say what you want to work on and let people come to you.