hello people!
got a question about github callbacks. So we had a bash script that was doing sequential previews on PRs (just calling pulumi preview), with time we got more and more projects and this has become unsustainable; we then refactored a bit the bash script with a python version which now uses the automation API + some concurrency to speed things up.
The issue tho, is that we are not getting callbacks on github with this new model, is this because we use the automation API?