Skip to content
← Back to Changelog

Wednesday, July 26th 2023

Disable Git Integration comments from the dashboard

Posted by

Avatar for mleiter

Max Leiter

Software Engineer

Avatar for kevinrupert

Kevin Rupert

Product Designer

Avatar for vercelian

Ian Jones

Software Engineer

We've added new options to the "Connected Git Repository" settings in the Vercel dashboard. It's now possible to configure whether the Vercel bot comments on:

  • Pull Requests
  • Production Commits

These settings are available for all connected repositories, not just GitHub repositories.

Previously, there was a github.silent setting available in vercel.json that didn't allow more granular control over disabling comments. We will be deprecating that option on Monday, September 25, 2023. There is no action required at this time to prepare for deprecation. Until that date, if you set that option in your vercel.json file we will continue to read it, and update the configuration in the dashboard accordingly.

Post