Hey, is there anyway to self host the Pulumi Githu...
# general
c
Hey, is there anyway to self host the Pulumi Github app? Or recreate the same functionality of printing diffs on PR's using some script
c
In theory, you should be able to by setting up an app to receive webhooks from your Pulumi organization. Though that would probably be a lot of work. I’m actually the engineer on the team responsible for the GitHub app and am looking over the set of issues/suggestions to improve it this quarter. Is there something in particular you’d like to see?
b
@clever-nest-47198 It's doable, Set up your CI pipe to comment on Github using markdown diff
Copy code
```diff
$(pulumi preview --diff)
``
c
While the app doesn't get code (which is great!) from PR's, theres concerns about everything else sent in the PR metadata being sent out of the company