Hey all, is there anything special I need to do to...
# general
e
Hey all, is there anything special I need to do to get the Pulumi GitHub app to comment on a PR? I can successfully run pulumi in an action and i have the Pulumi GitHub app installed but I cannot seem to figure out how to get it to comment on a pull request.
a
I've been wondering the same thing. From my own testing, I've only gotten the bot to comment on a PR whereby the source branch was in the same repo. If the branch is from a forked repo it outright doesn't work.
c
What CI tool are you using? That’s all that it depends on.
When you run pulumi, it detects specific CI env vars, or other environmental factors.
Though I think you need to be on a specific plan to make use of this feature.
e
@cool-egg-852 I am using GitHub actions. Do you know specifically what the pulumi app is listening for?