@pulumi/github 6.11.0-alpha.1767073869 → 6.11.0-alpha.1768282971

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/getRelease.d.ts CHANGED
@@ -18,9 +18,9 @@ import * as outputs from "./types/output";
18
18
  * });
19
19
  * ```
20
20
  *
21
- * To retrieve a specific release from a repository based on it's ID:
21
+ * To retrieve a specific release from a repository based on its ID:
22
22
  *
23
- * Finally, to retrieve a release based on it's tag:
23
+ * Finally, to retrieve a release based on its tag:
24
24
  *
25
25
  * ```typescript
26
26
  * import * as pulumi from "@pulumi/pulumi";
@@ -160,9 +160,9 @@ export interface GetReleaseResult {
160
160
  * });
161
161
  * ```
162
162
  *
163
- * To retrieve a specific release from a repository based on it's ID:
163
+ * To retrieve a specific release from a repository based on its ID:
164
164
  *
165
- * Finally, to retrieve a release based on it's tag:
165
+ * Finally, to retrieve a release based on its tag:
166
166
  *
167
167
  * ```typescript
168
168
  * import * as pulumi from "@pulumi/pulumi";
package/getRelease.js CHANGED
@@ -23,9 +23,9 @@ const utilities = require("./utilities");
23
23
  * });
24
24
  * ```
25
25
  *
26
- * To retrieve a specific release from a repository based on it's ID:
26
+ * To retrieve a specific release from a repository based on its ID:
27
27
  *
28
- * Finally, to retrieve a release based on it's tag:
28
+ * Finally, to retrieve a release based on its tag:
29
29
  *
30
30
  * ```typescript
31
31
  * import * as pulumi from "@pulumi/pulumi";
@@ -68,9 +68,9 @@ exports.getRelease = getRelease;
68
68
  * });
69
69
  * ```
70
70
  *
71
- * To retrieve a specific release from a repository based on it's ID:
71
+ * To retrieve a specific release from a repository based on its ID:
72
72
  *
73
- * Finally, to retrieve a release based on it's tag:
73
+ * Finally, to retrieve a release based on its tag:
74
74
  *
75
75
  * ```typescript
76
76
  * import * as pulumi from "@pulumi/pulumi";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/github",
3
- "version": "6.11.0-alpha.1767073869",
3
+ "version": "6.11.0-alpha.1768282971",
4
4
  "description": "A Pulumi package for creating and managing github cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -23,6 +23,6 @@
23
23
  "pulumi": {
24
24
  "resource": true,
25
25
  "name": "github",
26
- "version": "6.11.0-alpha.1767073869"
26
+ "version": "6.11.0-alpha.1768282971"
27
27
  }
28
28
  }
package/types/input.d.ts CHANGED
@@ -644,7 +644,7 @@ export interface ProviderAppAuth {
644
644
  }
645
645
  export interface RepositoryCollaboratorsIgnoreTeam {
646
646
  /**
647
- * ID or slug of the team to ignore.
647
+ * The GitHub team id or the GitHub team slug.
648
648
  */
649
649
  teamId: pulumi.Input<string>;
650
650
  }
@@ -806,7 +806,7 @@ export interface RepositoryRulesetRules {
806
806
  */
807
807
  maxFileSize?: pulumi.Input<inputs.RepositoryRulesetRulesMaxFileSize>;
808
808
  /**
809
- * (Block List, Max: 1) Merges must be performed via a merge queue.
809
+ * (Block List, Max: 1) Merges must be performed via a merge queue. (see below for nested schema)
810
810
  */
811
811
  mergeQueue?: pulumi.Input<inputs.RepositoryRulesetRulesMergeQueue>;
812
812
  /**
package/types/output.d.ts CHANGED
@@ -1509,7 +1509,7 @@ export interface OrganizationWebhookConfiguration {
1509
1509
  }
1510
1510
  export interface RepositoryCollaboratorsIgnoreTeam {
1511
1511
  /**
1512
- * ID or slug of the team to ignore.
1512
+ * The GitHub team id or the GitHub team slug.
1513
1513
  */
1514
1514
  teamId: string;
1515
1515
  }
@@ -1671,7 +1671,7 @@ export interface RepositoryRulesetRules {
1671
1671
  */
1672
1672
  maxFileSize?: outputs.RepositoryRulesetRulesMaxFileSize;
1673
1673
  /**
1674
- * (Block List, Max: 1) Merges must be performed via a merge queue.
1674
+ * (Block List, Max: 1) Merges must be performed via a merge queue. (see below for nested schema)
1675
1675
  */
1676
1676
  mergeQueue?: outputs.RepositoryRulesetRulesMergeQueue;
1677
1677
  /**