Vercel Preview Comments appearing in GitHub CI even though disabled

In my GitHub checks I see on every pull request Vercel Preview Comments Expected - Waiting for status to reported, but I turned that off in Vercel so my project or account doesn’t have preview comments, why does it still show up?

It is never resolved, it just shows as a yellow circle and whatever I do can’t seem to get rid of the check.

Hi, @jessedelira! Welcome to the Vercel Community :smile:

This can occur because of a few reasons, such as:

  1. GitHub might still expect this check based on previous configurations, even if you’ve disabled preview comments in Vercel.

  2. The Vercel bot might still be configured to add this check to your pull requests, despite the preview comments being turned off.

  3. There could be a delay in synchronizing your Vercel settings with GitHub’s checks system.

To help resolve the issue, you could try:

  1. Double-check Vercel Settings: Make sure that preview comments are indeed turned off in your Vercel project settings.

  2. Update GitHub Branch Protection: If you have branch protection rules set up in GitHub, you might need to update them to remove any expectations for the Vercel preview comments check.

  3. Refresh Vercel-GitHub Integration: Try disconnecting and reconnecting your Vercel integration with GitHub. This can sometimes resolve synchronization issues.

Let us know how you get on :smile:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.