What caused GitHub Copilot PR ads backlash?
GitHub killed Copilot pull-request ads after backlash
GitHub rolled out a Copilot feature that inserted promotional “tips” into pull requests, and the response was swift enough that GitHub reversed course. The company stopped the pull-request ads after users pushed back on the idea of allowing an AI assistant to change or influence how others present and review code.
What changed
- Copilot was used to inject promotional product tips into pull requests.
- After public reaction, GitHub disabled product tips entirely.
Why it matters
Pull requests are part of the core collaboration workflow in software teams, where clarity and authorship matter. Adding advertising-style content directly into PRs can undermine trust in review context—developers may worry that content is being added without consent, that it distracts from the technical discussion, or that it blurs boundaries between tooling and communication.
The decision to shut off product tips signals a governance problem for AI features in developer tooling: even when changes are meant to be helpful (discoverability, usage guidance, upsell), placing them in the middle of critical work artifacts can cross a line. For enterprises and open-source maintainers especially, the incident highlights the need for configurable behavior and tighter controls over what automation can modify.
More broadly, it reflects a recurring challenge as AI assistants expand from suggesting actions to performing them or rendering UI/communication elements inside high-sensitivity developer spaces. In response to user feedback, GitHub chose to remove the capability rather than continue iterating on the concept.