How to get link to deploy preview in Pull Request comment?

We use the Netlify GitHub app to facilitate deployment previews for the rsocket.io website.

Example pull request: feature: persistent support banner on every page by viglucci · Pull Request #88 · rsocket/rsocket-website · GitHub

When a pull request is opened, the Netlify GitHub app runs some checks and creates a deploy preview. However, it isn’t apparent how to go from the output from the actions which run to the deploy preview.

Is there a way to have the GitHub app comment on the PR with the link to the deploy preview or show up in the output of the actions on the PR?

Thanks

I believe your site is missing some Deploy Notifications. This is what we have for our docs:

Comparing the settings, it looks like this:

versus this for your site:

1 Like

Thanks! This was indeed the issue.

1 Like