Thanks for reaching out! Great question. We will need your Netlify site name in order to dig into this further. This will allow us to check the settings and see what could be happening. Thanks in advance
hi there @surjithctly , we had a chance to look at your project, and from what we can tell, it seems like you are maybe hitting a “Deploy to netlify” button somewhere or deploying in some other way that does not involve the following workflow:
doing some local work
adding to a repo, committing, pushing to git repo storage (so, GitHub)
deploying to Netlify via continous integration
We suggest that you publish a commit to your main branch, and then you should see the commit notifications show up properly.
If this doesn’t work, can you describe your worklfow in more detail, please?
Hey, sorry for the late reply. The issue still exists for all of my projects. I have a new site now, all notifications enabled in the settings.
My workflow is => Create new site from git => Connect a repo => Push changes to my main branch. Then netlify triggers the build, but no notification on gihub as comment or yellow dot indicator.
Hey @surjithctly , thanks for sharing your workflow!
What you described is expected behavior. When you git push to your repo locally, you’re using Git. When you create a pull request you’re using GitHub. There’s a difference . The features you’re looking for like GitHub pull request comments or Netlify deploy previews are only available when making GitHub pull requests. I hope that helps!
Hi Surjith, thanks for pointing this out! i am going to mention this to the product team and see if they agree that we can improve notifications in this way that you are suggesting!
Hi Surjith, you should be able to see comments after creating a pull request in GitHub and after merging PR if you click on ‘Show details’ link (screenshot below)