---
title: How do I prevent the Vercel for GitHub integration comments?
description: Information on how to prevent the Vercel for GitHub integration from adding comments.
url: /kb/guide/how-to-prevent-vercel-github-comments
canonical_url: "https://vercel.com/kb/guide/how-to-prevent-vercel-github-comments"
published: 2025-11-03
last_updated: 2025-11-10
authors: Sam Ko
related:
  - /docs/deployments/git/vercel-for-github
  - /docs/platform/deployments
  - /docs/concepts/deployments/git/vercel-for-github
  - /docs/project-configuration
install_vercel_plugin: npx plugins add vercel/vercel-plugin
---
<!-- docsgraph:related -->
## Related pages

> **For AI agents:** Follow these links to understand how this page connects to the rest of the Vercel ecosystem. For the full cross-link map (inbound, outbound, prerequisites, and semantic neighbors), see the .graph.md link below.

- [GitHub](https://vercel.com/docs/git/vercel-for-github?from=related) — Vercel for GitHub automatically deploys your GitHub projects with Vercel, providing Preview Deployment URLs, and automat
- [Enabling Comments](https://vercel.com/docs/comments/how-comments-work?from=related) — Learn when and where Comments are available, and how to enable and disable Comments at the account, project, and session
- [Comments](https://vercel.com/docs/comments?from=related) — Comments allow teams and invited participants to give direct feedback on preview deployments. Learn more about Comments
- [Git Configuration](https://vercel.com/docs/project-configuration/git-configuration?from=related) — Learn how to configure Git for your project through vercel.json or vercel.ts.
- [Managing Comments](https://vercel.com/docs/comments/managing-comments?from=related) — Learn how to manage Comments on your Preview Deployments from Team members and invited collaborators.
- [How do I disable Git Notifications from Deployments?](https://vercel.com/kb/guide/how-do-i-disable-git-notifications-from-deployments?from=related) — If your project is connected via a Git account to your deployment, you will receive email notifications whenever the dep
- [How can I use Vercel with GitHub IP restrictions?](https://vercel.com/kb/guide/use-vercel-with-github-ip-restrictions?from=related) — This guide will describe how you can use Vercel even when you have an IP allowlist configured in GitHub.
- [Can you deploy based on tags/releases on Vercel?](https://vercel.com/kb/guide/can-you-deploy-based-on-tags-releases-on-vercel?from=related) — Learn how to deploy based on tags/releases on Vercel.

Full cross-link map for this page: [/kb/guide/how-to-prevent-vercel-github-comments.graph.md](/kb/guide/how-to-prevent-vercel-github-comments.graph.md)
<!-- /docsgraph:related -->


If required, it is possible to prevent the [Vercel for GitHub](https://vercel.com/docs/deployments/git/vercel-for-github) integration from commenting on pull requests and commits. This article covers how to achieve this for your project while still benefitting from the [Preview Deployments](https://vercel.com/docs/platform/deployments#preview) the integration provides.

## Preventing Comments

To prevent the Vercel for GitHub integration from adding comments to pull requests and commits, you will need to [update the toggles](https://vercel.com/docs/concepts/deployments/git/vercel-for-github#silence-github-comments) in your project settings:

For more information on configuring the Vercel for GitHub integration, please see the [Vercel documentation](https://vercel.com/docs/project-configuration#git-configuration).

> **NOTE:** It is currently not possible to prevent comments only for specific branches. If you wish to see this option made available, please provide us with this [feedback](https://vercel.com/knowledge/where-to-submit-feature-requests).