@pulumi/github 5.20.0-alpha.1695887110 → 5.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/getBranch.d.ts CHANGED
@@ -20,7 +20,7 @@ export declare function getBranch(args: GetBranchArgs, opts?: pulumi.InvokeOptio
20
20
  */
21
21
  export interface GetBranchArgs {
22
22
  /**
23
- * The repository branch to create.
23
+ * The repository branch to retrieve.
24
24
  */
25
25
  branch: string;
26
26
  /**
@@ -72,7 +72,7 @@ export declare function getBranchOutput(args: GetBranchOutputArgs, opts?: pulumi
72
72
  */
73
73
  export interface GetBranchOutputArgs {
74
74
  /**
75
- * The repository branch to create.
75
+ * The repository branch to retrieve.
76
76
  */
77
77
  branch: pulumi.Input<string>;
78
78
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/github",
3
- "version": "v5.20.0-alpha.1695887110+c5e6fa9f",
3
+ "version": "v5.20.0",
4
4
  "description": "A Pulumi package for creating and managing github cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
package/repository.d.ts CHANGED
@@ -175,11 +175,11 @@ export declare class Repository extends pulumi.CustomResource {
175
175
  */
176
176
  readonly licenseTemplate: pulumi.Output<string | undefined>;
177
177
  /**
178
- * Can be `PR_BODY`, `PR_TITLE`, or `BLANK` for a default merge commit message.
178
+ * Can be `PR_BODY`, `PR_TITLE`, or `BLANK` for a default merge commit message. Applicable only if `allowMergeCommit` is `true`.
179
179
  */
180
180
  readonly mergeCommitMessage: pulumi.Output<string | undefined>;
181
181
  /**
182
- * Can be `PR_TITLE` or `MERGE_MESSAGE` for a default merge commit title.
182
+ * Can be `PR_TITLE` or `MERGE_MESSAGE` for a default merge commit title. Applicable only if `allowMergeCommit` is `true`.
183
183
  */
184
184
  readonly mergeCommitTitle: pulumi.Output<string | undefined>;
185
185
  /**
@@ -214,11 +214,11 @@ export declare class Repository extends pulumi.CustomResource {
214
214
  */
215
215
  readonly securityAndAnalysis: pulumi.Output<outputs.RepositorySecurityAndAnalysis>;
216
216
  /**
217
- * Can be `PR_BODY`, `COMMIT_MESSAGES`, or `BLANK` for a default squash merge commit message.
217
+ * Can be `PR_BODY`, `COMMIT_MESSAGES`, or `BLANK` for a default squash merge commit message. Applicable only if `allowSquashMerge` is `true`.
218
218
  */
219
219
  readonly squashMergeCommitMessage: pulumi.Output<string | undefined>;
220
220
  /**
221
- * Can be `PR_TITLE` or `COMMIT_OR_PR_TITLE` for a default squash merge commit title.
221
+ * Can be `PR_TITLE` or `COMMIT_OR_PR_TITLE` for a default squash merge commit title. Applicable only if `allowSquashMerge` is `true`.
222
222
  */
223
223
  readonly squashMergeCommitTitle: pulumi.Output<string | undefined>;
224
224
  /**
@@ -366,11 +366,11 @@ export interface RepositoryState {
366
366
  */
367
367
  licenseTemplate?: pulumi.Input<string>;
368
368
  /**
369
- * Can be `PR_BODY`, `PR_TITLE`, or `BLANK` for a default merge commit message.
369
+ * Can be `PR_BODY`, `PR_TITLE`, or `BLANK` for a default merge commit message. Applicable only if `allowMergeCommit` is `true`.
370
370
  */
371
371
  mergeCommitMessage?: pulumi.Input<string>;
372
372
  /**
373
- * Can be `PR_TITLE` or `MERGE_MESSAGE` for a default merge commit title.
373
+ * Can be `PR_TITLE` or `MERGE_MESSAGE` for a default merge commit title. Applicable only if `allowMergeCommit` is `true`.
374
374
  */
375
375
  mergeCommitTitle?: pulumi.Input<string>;
376
376
  /**
@@ -405,11 +405,11 @@ export interface RepositoryState {
405
405
  */
406
406
  securityAndAnalysis?: pulumi.Input<inputs.RepositorySecurityAndAnalysis>;
407
407
  /**
408
- * Can be `PR_BODY`, `COMMIT_MESSAGES`, or `BLANK` for a default squash merge commit message.
408
+ * Can be `PR_BODY`, `COMMIT_MESSAGES`, or `BLANK` for a default squash merge commit message. Applicable only if `allowSquashMerge` is `true`.
409
409
  */
410
410
  squashMergeCommitMessage?: pulumi.Input<string>;
411
411
  /**
412
- * Can be `PR_TITLE` or `COMMIT_OR_PR_TITLE` for a default squash merge commit title.
412
+ * Can be `PR_TITLE` or `COMMIT_OR_PR_TITLE` for a default squash merge commit title. Applicable only if `allowSquashMerge` is `true`.
413
413
  */
414
414
  squashMergeCommitTitle?: pulumi.Input<string>;
415
415
  /**
@@ -532,11 +532,11 @@ export interface RepositoryArgs {
532
532
  */
533
533
  licenseTemplate?: pulumi.Input<string>;
534
534
  /**
535
- * Can be `PR_BODY`, `PR_TITLE`, or `BLANK` for a default merge commit message.
535
+ * Can be `PR_BODY`, `PR_TITLE`, or `BLANK` for a default merge commit message. Applicable only if `allowMergeCommit` is `true`.
536
536
  */
537
537
  mergeCommitMessage?: pulumi.Input<string>;
538
538
  /**
539
- * Can be `PR_TITLE` or `MERGE_MESSAGE` for a default merge commit title.
539
+ * Can be `PR_TITLE` or `MERGE_MESSAGE` for a default merge commit title. Applicable only if `allowMergeCommit` is `true`.
540
540
  */
541
541
  mergeCommitTitle?: pulumi.Input<string>;
542
542
  /**
@@ -559,11 +559,11 @@ export interface RepositoryArgs {
559
559
  */
560
560
  securityAndAnalysis?: pulumi.Input<inputs.RepositorySecurityAndAnalysis>;
561
561
  /**
562
- * Can be `PR_BODY`, `COMMIT_MESSAGES`, or `BLANK` for a default squash merge commit message.
562
+ * Can be `PR_BODY`, `COMMIT_MESSAGES`, or `BLANK` for a default squash merge commit message. Applicable only if `allowSquashMerge` is `true`.
563
563
  */
564
564
  squashMergeCommitMessage?: pulumi.Input<string>;
565
565
  /**
566
- * Can be `PR_TITLE` or `COMMIT_OR_PR_TITLE` for a default squash merge commit title.
566
+ * Can be `PR_TITLE` or `COMMIT_OR_PR_TITLE` for a default squash merge commit title. Applicable only if `allowSquashMerge` is `true`.
567
567
  */
568
568
  squashMergeCommitTitle?: pulumi.Input<string>;
569
569
  /**