How to tell Netlify GitHub app to use custom DNS domain name?

I have a custom domain name for my site however the netlify GitHub bot continues to reference the netlify.app domain in the notification message inside a Pull Request. Is there any way to configure the domain that netlify app would use?

Hi @compono,

I’m not sure how a deploy preview would be accessible on a custom domain. Deploys previews always use the Netlify subdomain, so I’d say that it’s working correctly.

What if users want to use custom domain instead here? Is there any way?

As I said, deploy previews do not use your custom domain - since you’re talking about PRs (PRs can only trigger deploy previews), no PR exists on your custom domain. Thus, I don’t believe it’s possible.