@pulumi/github 6.1.0 → 6.2.0-alpha.1711027199
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 +1 -1
- package/package.json +1 -1
- package/repository.d.ts +3 -3
- package/types/input.d.ts +2 -2
- package/types/output.d.ts +2 -2
package/getRelease.d.ts
CHANGED
package/package.json
CHANGED
package/repository.d.ts
CHANGED
|
@@ -109,7 +109,7 @@ export declare class Repository extends pulumi.CustomResource {
|
|
|
109
109
|
* and after a correct reference has been created for the target branch inside the repository. This means a user will have to omit this parameter from the
|
|
110
110
|
* initial repository creation and create the target branch inside of the repository prior to setting this attribute.
|
|
111
111
|
*
|
|
112
|
-
* @deprecated Use the
|
|
112
|
+
* @deprecated Use the github.BranchDefault resource instead
|
|
113
113
|
*/
|
|
114
114
|
readonly defaultBranch: pulumi.Output<string>;
|
|
115
115
|
/**
|
|
@@ -304,7 +304,7 @@ export interface RepositoryState {
|
|
|
304
304
|
* and after a correct reference has been created for the target branch inside the repository. This means a user will have to omit this parameter from the
|
|
305
305
|
* initial repository creation and create the target branch inside of the repository prior to setting this attribute.
|
|
306
306
|
*
|
|
307
|
-
* @deprecated Use the
|
|
307
|
+
* @deprecated Use the github.BranchDefault resource instead
|
|
308
308
|
*/
|
|
309
309
|
defaultBranch?: pulumi.Input<string>;
|
|
310
310
|
/**
|
|
@@ -491,7 +491,7 @@ export interface RepositoryArgs {
|
|
|
491
491
|
* and after a correct reference has been created for the target branch inside the repository. This means a user will have to omit this parameter from the
|
|
492
492
|
* initial repository creation and create the target branch inside of the repository prior to setting this attribute.
|
|
493
493
|
*
|
|
494
|
-
* @deprecated Use the
|
|
494
|
+
* @deprecated Use the github.BranchDefault resource instead
|
|
495
495
|
*/
|
|
496
496
|
defaultBranch?: pulumi.Input<string>;
|
|
497
497
|
/**
|
package/types/input.d.ts
CHANGED
|
@@ -113,7 +113,7 @@ export interface BranchProtectionV3RequiredPullRequestReviews {
|
|
|
113
113
|
*/
|
|
114
114
|
dismissalUsers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
115
115
|
/**
|
|
116
|
-
* @deprecated Use
|
|
116
|
+
* @deprecated Use enforceAdmins instead
|
|
117
117
|
*/
|
|
118
118
|
includeAdmins?: pulumi.Input<boolean>;
|
|
119
119
|
/**
|
|
@@ -156,7 +156,7 @@ export interface BranchProtectionV3RequiredStatusChecks {
|
|
|
156
156
|
*/
|
|
157
157
|
contexts?: pulumi.Input<pulumi.Input<string>[]>;
|
|
158
158
|
/**
|
|
159
|
-
* @deprecated Use
|
|
159
|
+
* @deprecated Use enforceAdmins instead
|
|
160
160
|
*/
|
|
161
161
|
includeAdmins?: pulumi.Input<boolean>;
|
|
162
162
|
/**
|
package/types/output.d.ts
CHANGED
|
@@ -112,7 +112,7 @@ export interface BranchProtectionV3RequiredPullRequestReviews {
|
|
|
112
112
|
*/
|
|
113
113
|
dismissalUsers?: string[];
|
|
114
114
|
/**
|
|
115
|
-
* @deprecated Use
|
|
115
|
+
* @deprecated Use enforceAdmins instead
|
|
116
116
|
*/
|
|
117
117
|
includeAdmins?: boolean;
|
|
118
118
|
/**
|
|
@@ -155,7 +155,7 @@ export interface BranchProtectionV3RequiredStatusChecks {
|
|
|
155
155
|
*/
|
|
156
156
|
contexts?: string[];
|
|
157
157
|
/**
|
|
158
|
-
* @deprecated Use
|
|
158
|
+
* @deprecated Use enforceAdmins instead
|
|
159
159
|
*/
|
|
160
160
|
includeAdmins?: boolean;
|
|
161
161
|
/**
|