We have followed the instructions on <https://www....
# general
b
We have followed the instructions on https://www.pulumi.com/docs/guides/continuous-delivery/github-actions/ and https://www.pulumi.com/docs/guides/continuous-delivery/github-app/ but cannot get the pulumi
bot
to integrate and post to the PR. The only way we've been able to get it to post anything is to turn on the
COMMENT_ON_PR
flag (along with the
GITHUB_TOKEN
)... but that results in the ugly
pulumi --non-interactive preview
comment coming from
github-actions
bot... Are those docs up-to-date, or are we missing something critical in the setup/configuration? I've confirmed that the GitHub App is installed, and has permissions (in GH) to our repository.
f
That’s expected on the action that it only posts to the PR if you include those flags. Otherwise, the output is available via the Checks tab in the PR
For the GitHub app, could you please DM me your Pulumi org name?
b
I’ve sent it to you @faint-table-42725
f
Got it — thanks — will try to take a look today
👍 1
c
@bored-keyboard-71346 This should now be resolved with Pulumi CLI version 2.5.0. Could you please try it out and let us know?
c
Woohoo - I had this same issue and it works for me now.
🎉 1