Skip to content

Commit f22c602

Browse files
jkodroffclaude
andauthored
Clarify that PR comments don't require Pulumi Deployments (#20956)
Add an info note to the Pull request comments section of the GitHub app page stating that comments work with any CI/CD system (or a local run) that can read the repository's .git directory, and that push-to-deploy and review stacks are the capabilities that do require Deployments. Fixes #20491 Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 2e5e6a6 commit f22c602

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

content/docs/integrations/version-control/github-app.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,10 @@ The Pulumi GitHub app automatically adds comments to pull requests with the resu
159159

160160
When you run `pulumi preview` or `pulumi up`, the Pulumi CLI examines the closest `.git` directory to extract commit metadata (such as the commit SHA, branch name, and repository information). This metadata is included with the update and sent to Pulumi Cloud, which uses it to identify the associated pull request and post comments.
161161

162+
{{% notes type="info" %}}
163+
Pull request comments don't require [Pulumi Deployments](/docs/deployments/). Any `pulumi preview` or `pulumi up` that can read the repository's `.git` directory posts them, whether it runs in GitHub Actions, CircleCI, Jenkins, or on your laptop. [Push-to-deploy](#push-to-deploy) and [review stacks](#review-stacks) do require Deployments.
164+
{{% /notes %}}
165+
162166
{{% notes type="info" %}}
163167
When you disable pull request comments in your [integration settings](#integration-settings), the GitHub app does not post comments on pull requests. However, it still reports check run statuses via [GitHub's Checks API](#checks), so preview results remain accessible in the pull request's **Checks** tab.
164168
{{% /notes %}}

0 commit comments

Comments
 (0)