1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. DeploymentSettingsGitHub

DeploymentSettingsGitHub

    DeploymentSettingsGitHub contains GitHub-specific configuration for Pulumi Deployments.

    Properties

    • repository string optional
      The GitHub repository in the format owner/repo.
    • pullRequestTemplate boolean optional
      Whether to use a pull request template for deployment previews.
    • deployCommits boolean optional
      Whether to automatically deploy commits pushed to the target branch.
    • previewPullRequests boolean optional
      Whether to automatically preview pull requests.
    • deployPullRequest integer optional
      The pull request number to deploy, if targeting a specific pull request.
    • paths array[string] optional
      The list of file paths to filter deployment triggers.
    • installationId string optional
      The GitHub App installation ID.