Hihi I could use some help figuring out how to get...
# general
b
Hihi I could use some help figuring out how to get the Github Pulumi App to post the results of previews on my PR from Buildkite. I saw that there was a previous thread back in 2019: https://pulumi-community.slack.com/archives/C84L4E3N1/p1553911159097500 And looking at detect.go in Pulumi, it appears Buildkite support has been added. However I'm getting comments from previews run on Buildkite. Sidenote, not sure if this is helpful, I'm currently working on transition from CircleCI so I'm running previews on both CI systems.
In the Pulumi UI, I also see this so I suspect things are configure properly? Sidenote: CircleCI's integration works
turns out that
preview
with no diff don't trigger a comment. Bot started posting comments as soon as I got PRs with actual changes.