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.
GitHub might still expect this check based on previous configurations, even if you’ve disabled preview comments in Vercel.
The Vercel bot might still be configured to add this check to your pull requests, despite the preview comments being turned off.
There could be a delay in synchronizing your Vercel settings with GitHub’s checks system.
To help resolve the issue, you could try:
Double-check Vercel Settings: Make sure that preview comments are indeed turned off in your Vercel project settings.
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.
Refresh Vercel-GitHub Integration: Try disconnecting and reconnecting your Vercel integration with GitHub. This can sometimes resolve synchronization issues.