---
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"
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
---

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).