For deploy previews, you get all these checks that show the status of the deploy:
I’d like them for production and branch deploys as well, is this possible at the moment?
For deploy previews, you get all these checks that show the status of the deploy:
I’d like them for production and branch deploys as well, is this possible at the moment?
Hi @nhooyr, status checks are only for PR commits at the moment. I don’t know if the api supports adding them to non PR commits since that checks tab is only on PR’s.
Unfortunate. The API definitely does. See https://github.com/nhooyr/site/runs/173508429
Commit to master with proper checks for circleci, just missing netlify which only works for PRs right now.
Thanks for that follow-up; I’ve added the docs you linked to our existing feature request on the topic. We’ll follow up in this thread if we implement this feature!