GitHub Blog

How pull request limits are cutting down the noise

GitHub introduces persistent pull request limits to help maintainers manage the increasing volume of contributions. The feature caps open PRs per user without write access, forcing contributors to prioritize quality. Draft PRs are exempt, and trusted contributors can bypass limits. This addresses the cost imbalance between creating and reviewing PRs, especially as AI accelerates submissions. Upcoming features include archiving PRs, issue limits, smarter bypass signals, and cross-repo controls.

Statesummarized
Snapshots1
AI Outputs2
Open issues0

validated summary

English

How pull request limits are cutting down the noise

GitHub introduces persistent pull request limits to help maintainers manage the increasing volume of contributions. The feature caps open PRs per user without write access, forcing contributors to prioritize quality. Draft PRs are exempt, and trusted contributors can bypass limits. This addresses the cost imbalance between creating and reviewing PRs, especially as AI accelerates submissions. Upcoming features include archiving PRs, issue limits, smarter bypass signals, and cross-repo controls.

  • Pull request limits cap open PRs per user without write access to reduce noise.
  • Draft PRs and bypass lists for trusted contributors provide flexibility.
  • Feature addresses the growing volume of PRs (from 25M to 90M monthly since 2023).
  • Upcoming features: archiving PRs, issue limits, smarter bypass, cross-repo controls.

Chinese

拉取请求限制如何减少干扰

GitHub 推出了持久的拉取请求限制,帮助维护者应对日益增长的贡献数量。该功能限制了无写入权限用户可打开的 PR 数量,迫使贡献者优先考虑质量。草稿 PR 不计入限额,受信任的贡献者可绕过限制。这解决了创建与审查 PR 之间的成本失衡问题,尤其是在 AI 加速提交的情况下。即将推出的功能包括归档 PR、问题限制、更智能的绕过信号以及跨仓库控制。

  • 拉取请求限制对无写入权限用户设置开放 PR 上限,减少干扰。
  • 草稿 PR 和受信任贡献者绕过列表提供灵活性。
  • 该功能应对 PR 数量激增(自2023年每月从2500万增至9000万)。
  • 即将推出:归档 PR、问题限制、更智能的绕过、跨仓库控制。

maintainers / open source / pull requests / contribution management / AI / spam / GitHub

Full Article

Camilla Moraes & Ashley Wolf

June 18, 2026|

4 minutes

Share:More people are contributing to open source than ever, most of them trying to help. The challenge is keeping up with the volume. Creating a pull request has never been easier. Reviewing one still takes a human about as long as it ever did. When great contributions and low-quality noise land in the same queue, the ones that deserve attention are harder to find.That’s why we’ve introduced pull request limits. It takes on the problem we hear most: too many incoming pull requests, too much low-quality noise, and too few ways to manage the flow.How it worksA pull request limit sets the maximum number of pull requests a user without write access can have open at once in your repository. Hit the limit, and you must close or merge one before opening another. Pull requests opened by Copilot or another AI agent will counts toward your limit. Trusted contributors can be placed on a bypass list, where they are exempted from limits, but don’t gain full contributor access. Draft pull requests will not count towards your limit.GitHub already has interaction limits, but those are temporary cooldowns. These new pull request limits are persistent and configurable—giving maintainers the control they told us they were missing.A cap also changes how contributors behave. When anyone can open a pull request in seconds, a polished change and a rough draft look the same in the queue. But when only a few pull requests can be open at once, a contributor must be selective and prioritize which contributions they want to be reviewed. That first judgment call happens before the pull request reaches you, and a smaller pool makes good work easier to spot.It’s helped us want to review pull requests again. Knowing that someone hasn’t just opened 5–10 pull requests that are slop makes it much easier to want to look. Going forward we expect it to help us manage our backlog and ensure the things people are working on are the things we need.Nicholas Tindle, AutoGPTThis feature is great. We’ve had problems on Homebrew for a while with enthusiastic users submitting many pull requests that need near identical review. AI further accelerated it. This allows us to still have outside contribution and maintainers contribute more while gating users to a level of pull requests we can cope with.Mike McQuaid, HomebrewAt OpenClaw we get a huge volume of pull requests from the community and had to build our own bots for fighting spam. We are super glad GitHub has been able to develop out-of-the-box solutions for maintainers now to manage this volume.Vincent Koc, OpenClawThe cost to create outran the cost to reviewThese limits are especially crucial right now because of a change in the ecosystem. In January 2023, developers merged about 25 million pull requests a month across GitHub. Today that number tops 90 million—a roughly 3.6x increase. More people are building in the open than at any point in GitHub’s history.Most contributions come in good faith, and even good-faith work can pile up faster than one volunteer can answer. In February, we wrote that open source was hitting its own Eternal September . A pull request limit gives maintainers some of that attention back, without closing the door on the next contributor.What’s coming next: More controls for managing contributionsPull request limits are just the first step. The same feedback is pointed straight at what comes after: more flexible, more granular control over how contributions flow in.Archiving pull requests (shipping soon) : Repository admins will be able to archive pull requests, hiding low-quality or spammy pull requests out of the main pull request view. Archived pull requests stay accessible to admins, but can be filtered out of the default list. We chose archive over delete on purpose: some organizations can’t permanently delete pull requests for legal or compliance reasons, and many maintainers want to keep them for context.Issue limits (in development) : The controls you now have on pull requests will be applied to issues: per-repository caps on how many open issues a user without write access can have at once, with a bypass list, plus an option to restrict issue creation to collaborators.Smarter bypass signals (up next) : The goal is less manual trust management. Instead of curating a bypass list by hand, you could let contributors clear a limit automatically based on real signals: a previously merged pull request in the repo, account age, or organization membership. That frees maintainers from curating lists by hand and gives them more time to focus on the work itself.Cross-repository controls (exploring) : A per-repository cap helps with repeated activity in one project, but it does nothing when someone opens pull requests across hundreds of repositories at once. We’re exploring ways to catch contributors who spray pull requests across multiple repositories, whether through trust signals, rate limiting, or other cross-repository controls. Thank youOpen source runs on the people who show up every day. To everyone who reviews pull requests late at night, mentors a first-time contributor, triages a backlog, files issues, or tells us where our tools fall short: thank you. You shaped this feature, and your input is critical in helping us decide what comes next. We’ll keep building with you.Try the pull request limit in your repository settings, and tell us where it helps and where it doesn’t .See you in the pull request queue. 🧡Tags:

maintainers

open source

pull requestsWritten byProduct ManagerDirector, Open Source Programs at GitHubI work on open source strategy and programs that support maintainers inside GitHub and across the ecosystem. I also serve on the Steering Committee for the TODO Group, where we help organizations use and sustain open source responsibly.Related postsGaming

Beyond the engine: 10 open source projects shaping how games actually get madeCheck out these 10 open source tools that help game developers create art, animation, levels, audio, dialogue, debug UIs, and engine-ready assets.Open Source

Building GitHub’s next chapter in accessibilityExplore our update on GitHub’s accessibility strategy, and learn how you can join us in building a culture of accessibility.Application development

Dungeons & Desktops: 10 roguelikes that never die (because their communities won’t let them)Roguelikes don’t die. They fork, mutate, get argued over, rewritten, abandoned, and revived again. Sometimes all at once.We do newsletters, tooDiscover tips, technical guides, and best practices in our biweekly newsletter just for devs.Your email address

Snapshots

Fetch evidence retained for parsing and audit.

200 · text/html; charset=UTF-8

06/19/2026, 08:01 AM

07272b673dc7849804297ca6b021245e3e3ec1ed7ad97858fcb22a2534d5a1a2

AI Outputs

Structured model outputs with validation status.

article.summarize

deepseek-v4-flash · valid

{"tags":["maintainers","open source","pull requests","contribution management","AI","spam","GitHub"],"titleEn":"How pull request limits are cutting down the noise","titleZh":"拉取请求限制如何减少干扰","summaryEn":"GitHub introduces persistent pull request limits to help maintainers manage th...
article.classify

deepseek-v4-flash · valid

{"relevant":true,"confidence":0.95,"primaryTopic":"product-updates","secondaryTopics":["software-engineering","ai-engineering"]}

Quality And Digest Links

Open and resolved issues, plus daily digest appearances.

digest

Signal Hub 2026-06-19

GitHub的拉取请求限制帮助维护者应对垃圾信息并优先考虑质量,在AI加速PR提交的背景下尤为重要。 (score: 0.85)

position 206/19/2026, 12:00 AMdraft