@pulumi/github 6.3.0-alpha.1715924735 → 6.3.0-alpha.1716961035
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/package.json +2 -2
- package/types/input.d.ts +5 -0
- package/types/output.d.ts +5 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/github",
|
|
3
|
-
"version": "6.3.0-alpha.
|
|
3
|
+
"version": "6.3.0-alpha.1716961035",
|
|
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.3.0-alpha.
|
|
26
|
+
"version": "6.3.0-alpha.1716961035"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -236,6 +236,9 @@ export interface OrganizationRulesetBypassActor {
|
|
|
236
236
|
* (String) When the specified actor can bypass the ruleset. pullRequest means that an actor can only bypass rules on pull requests. Can be one of: `always`, `pullRequest`.
|
|
237
237
|
*
|
|
238
238
|
* ~>Note: at the time of writing this, the following actor types correspond to the following actor IDs:
|
|
239
|
+
*
|
|
240
|
+
* * `OrganizationAdmin` > `1`
|
|
241
|
+
* * `RepositoryRole` (This is the actor type, the following are the base repository roles and their associated IDs.)
|
|
239
242
|
*/
|
|
240
243
|
bypassMode: pulumi.Input<string>;
|
|
241
244
|
}
|
|
@@ -615,6 +618,8 @@ export interface RepositoryRulesetBypassActor {
|
|
|
615
618
|
* (String) When the specified actor can bypass the ruleset. pullRequest means that an actor can only bypass rules on pull requests. Can be one of: `always`, `pullRequest`.
|
|
616
619
|
*
|
|
617
620
|
* > Note: at the time of writing this, the following actor types correspond to the following actor IDs:
|
|
621
|
+
* * `OrganizationAdmin` > `1`
|
|
622
|
+
* * `RepositoryRole` (This is the actor type, the following are the base repository roles and their associated IDs.)
|
|
618
623
|
*/
|
|
619
624
|
bypassMode: pulumi.Input<string>;
|
|
620
625
|
}
|
package/types/output.d.ts
CHANGED
|
@@ -990,6 +990,9 @@ export interface OrganizationRulesetBypassActor {
|
|
|
990
990
|
* (String) When the specified actor can bypass the ruleset. pullRequest means that an actor can only bypass rules on pull requests. Can be one of: `always`, `pullRequest`.
|
|
991
991
|
*
|
|
992
992
|
* ~>Note: at the time of writing this, the following actor types correspond to the following actor IDs:
|
|
993
|
+
*
|
|
994
|
+
* * `OrganizationAdmin` > `1`
|
|
995
|
+
* * `RepositoryRole` (This is the actor type, the following are the base repository roles and their associated IDs.)
|
|
993
996
|
*/
|
|
994
997
|
bypassMode: string;
|
|
995
998
|
}
|
|
@@ -1355,6 +1358,8 @@ export interface RepositoryRulesetBypassActor {
|
|
|
1355
1358
|
* (String) When the specified actor can bypass the ruleset. pullRequest means that an actor can only bypass rules on pull requests. Can be one of: `always`, `pullRequest`.
|
|
1356
1359
|
*
|
|
1357
1360
|
* > Note: at the time of writing this, the following actor types correspond to the following actor IDs:
|
|
1361
|
+
* * `OrganizationAdmin` > `1`
|
|
1362
|
+
* * `RepositoryRole` (This is the actor type, the following are the base repository roles and their associated IDs.)
|
|
1358
1363
|
*/
|
|
1359
1364
|
bypassMode: string;
|
|
1360
1365
|
}
|