I have the integration between Github and Render properly set up, and I use the “auto-deploy” feature with no hassle at all. Immediately after pushing/merging to “develop”, deploy starts on my web service.
But for some reason the “PR preview” feature is not working for me. Nothing appears under the “PRs” tab and no comment/deploy is added to the open PR on Github, despite having this feature enabled under the “Settings” tab.
I thought render.yaml was only required for using “Preview Environments”, not for “PR Preview”. Am I wrong? Am I missing something?
Got it. Could you share a repo name, branch name, and timestamp of a PR that you opened that didn’t trigger a preview? Feel free to DM me if you’d prefer.
As of today, it looks like Render doesn’t quite like if branch names contain special characters like “#”. Removing special characters solved the issue for me.