@pulumi/github 6.0.0-alpha.1709638261 → 6.0.0-alpha.1768023817
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/actionsEnvironmentSecret.d.ts +0 -37
- package/actionsEnvironmentSecret.js +17 -54
- package/actionsEnvironmentSecret.js.map +1 -1
- package/actionsEnvironmentVariable.d.ts +5 -5
- package/actionsEnvironmentVariable.js +21 -21
- package/actionsEnvironmentVariable.js.map +1 -1
- package/actionsHostedRunner.d.ts +250 -0
- package/actionsHostedRunner.js +158 -0
- package/actionsHostedRunner.js.map +1 -0
- package/actionsOrganizationOidcSubjectClaimCustomizationTemplate.d.ts +2 -2
- package/actionsOrganizationOidcSubjectClaimCustomizationTemplate.js +7 -7
- package/actionsOrganizationOidcSubjectClaimCustomizationTemplate.js.map +1 -1
- package/actionsOrganizationPermissions.d.ts +2 -2
- package/actionsOrganizationPermissions.js +13 -13
- package/actionsOrganizationPermissions.js.map +1 -1
- package/actionsOrganizationSecret.d.ts +6 -39
- package/actionsOrganizationSecret.js +21 -55
- package/actionsOrganizationSecret.js.map +1 -1
- package/actionsOrganizationSecretRepositories.d.ts +2 -2
- package/actionsOrganizationSecretRepositories.js +10 -10
- package/actionsOrganizationSecretRepositories.js.map +1 -1
- package/actionsOrganizationSecretRepository.d.ts +89 -0
- package/actionsOrganizationSecretRepository.js +86 -0
- package/actionsOrganizationSecretRepository.js.map +1 -0
- package/actionsOrganizationVariable.d.ts +4 -4
- package/actionsOrganizationVariable.js +19 -19
- package/actionsOrganizationVariable.js.map +1 -1
- package/actionsRepositoryAccessLevel.d.ts +5 -2
- package/actionsRepositoryAccessLevel.js +13 -10
- package/actionsRepositoryAccessLevel.js.map +1 -1
- package/actionsRepositoryOidcSubjectClaimCustomizationTemplate.d.ts +3 -3
- package/actionsRepositoryOidcSubjectClaimCustomizationTemplate.js +13 -13
- package/actionsRepositoryOidcSubjectClaimCustomizationTemplate.js.map +1 -1
- package/actionsRepositoryPermissions.d.ts +2 -2
- package/actionsRepositoryPermissions.js +13 -13
- package/actionsRepositoryPermissions.js.map +1 -1
- package/actionsRunnerGroup.d.ts +5 -4
- package/actionsRunnerGroup.js +25 -24
- package/actionsRunnerGroup.js.map +1 -1
- package/actionsSecret.d.ts +6 -21
- package/actionsSecret.js +19 -35
- package/actionsSecret.js.map +1 -1
- package/actionsVariable.d.ts +3 -3
- package/actionsVariable.js +16 -16
- package/actionsVariable.js.map +1 -1
- package/appInstallationRepositories.d.ts +3 -2
- package/appInstallationRepositories.js +11 -10
- package/appInstallationRepositories.js.map +1 -1
- package/appInstallationRepository.d.ts +5 -4
- package/appInstallationRepository.js +14 -13
- package/appInstallationRepository.js.map +1 -1
- package/branch.d.ts +11 -6
- package/branch.js +23 -22
- package/branch.js.map +1 -1
- package/branchDefault.d.ts +4 -1
- package/branchDefault.js +15 -13
- package/branchDefault.js.map +1 -1
- package/branchProtection.d.ts +9 -9
- package/branchProtection.js +39 -39
- package/branchProtection.js.map +1 -1
- package/branchProtectionV3.d.ts +58 -1
- package/branchProtectionV3.js +79 -22
- package/branchProtectionV3.js.map +1 -1
- package/codespacesOrganizationSecret.d.ts +2 -39
- package/codespacesOrganizationSecret.js +18 -55
- package/codespacesOrganizationSecret.js.map +1 -1
- package/codespacesOrganizationSecretRepositories.d.ts +2 -2
- package/codespacesOrganizationSecretRepositories.js +10 -10
- package/codespacesOrganizationSecretRepositories.js.map +1 -1
- package/codespacesSecret.d.ts +3 -21
- package/codespacesSecret.js +17 -35
- package/codespacesSecret.js.map +1 -1
- package/codespacesUserSecret.d.ts +2 -21
- package/codespacesUserSecret.js +15 -34
- package/codespacesUserSecret.js.map +1 -1
- package/config/index.js +1 -1
- package/config/index.js.map +1 -1
- package/config/vars.d.ts +8 -9
- package/config/vars.js +9 -5
- package/config/vars.js.map +1 -1
- package/dependabotOrganizationSecret.d.ts +2 -39
- package/dependabotOrganizationSecret.js +18 -55
- package/dependabotOrganizationSecret.js.map +1 -1
- package/dependabotOrganizationSecretRepositories.d.ts +3 -3
- package/dependabotOrganizationSecretRepositories.js +11 -11
- package/dependabotOrganizationSecretRepositories.js.map +1 -1
- package/dependabotSecret.d.ts +3 -21
- package/dependabotSecret.js +17 -35
- package/dependabotSecret.js.map +1 -1
- package/emuGroupMapping.d.ts +3 -4
- package/emuGroupMapping.js +12 -13
- package/emuGroupMapping.js.map +1 -1
- package/enterpriseActionsPermissions.d.ts +137 -0
- package/enterpriseActionsPermissions.js +102 -0
- package/enterpriseActionsPermissions.js.map +1 -0
- package/enterpriseActionsRunnerGroup.d.ts +190 -0
- package/enterpriseActionsRunnerGroup.js +113 -0
- package/enterpriseActionsRunnerGroup.js.map +1 -0
- package/enterpriseActionsWorkflowPermissions.d.ts +113 -0
- package/enterpriseActionsWorkflowPermissions.js +97 -0
- package/enterpriseActionsWorkflowPermissions.js.map +1 -0
- package/enterpriseOrganization.d.ts +11 -2
- package/enterpriseOrganization.js +22 -19
- package/enterpriseOrganization.js.map +1 -1
- package/enterpriseSecurityAnalysisSettings.d.ts +162 -0
- package/enterpriseSecurityAnalysisSettings.js +116 -0
- package/enterpriseSecurityAnalysisSettings.js.map +1 -0
- package/getActionsEnvironmentPublicKey.d.ts +80 -0
- package/getActionsEnvironmentPublicKey.js +56 -0
- package/getActionsEnvironmentPublicKey.js.map +1 -0
- package/getActionsEnvironmentSecrets.d.ts +3 -3
- package/getActionsEnvironmentSecrets.js +9 -4
- package/getActionsEnvironmentSecrets.js.map +1 -1
- package/getActionsEnvironmentVariables.d.ts +3 -3
- package/getActionsEnvironmentVariables.js +9 -4
- package/getActionsEnvironmentVariables.js.map +1 -1
- package/getActionsOrganizationOidcSubjectClaimCustomizationTemplate.d.ts +1 -1
- package/getActionsOrganizationOidcSubjectClaimCustomizationTemplate.js +3 -2
- package/getActionsOrganizationOidcSubjectClaimCustomizationTemplate.js.map +1 -1
- package/getActionsOrganizationPublicKey.d.ts +1 -1
- package/getActionsOrganizationPublicKey.js +3 -2
- package/getActionsOrganizationPublicKey.js.map +1 -1
- package/getActionsOrganizationRegistrationToken.d.ts +1 -1
- package/getActionsOrganizationRegistrationToken.js +3 -2
- package/getActionsOrganizationRegistrationToken.js.map +1 -1
- package/getActionsOrganizationSecrets.d.ts +1 -1
- package/getActionsOrganizationSecrets.js +3 -2
- package/getActionsOrganizationSecrets.js.map +1 -1
- package/getActionsOrganizationVariables.d.ts +1 -1
- package/getActionsOrganizationVariables.js +3 -2
- package/getActionsOrganizationVariables.js.map +1 -1
- package/getActionsPublicKey.d.ts +1 -1
- package/getActionsPublicKey.js +5 -2
- package/getActionsPublicKey.js.map +1 -1
- package/getActionsRegistrationToken.d.ts +1 -1
- package/getActionsRegistrationToken.js +5 -2
- package/getActionsRegistrationToken.js.map +1 -1
- package/getActionsRepositoryOidcSubjectClaimCustomizationTemplate.d.ts +1 -1
- package/getActionsRepositoryOidcSubjectClaimCustomizationTemplate.js +5 -2
- package/getActionsRepositoryOidcSubjectClaimCustomizationTemplate.js.map +1 -1
- package/getActionsSecrets.d.ts +1 -1
- package/getActionsSecrets.js +7 -2
- package/getActionsSecrets.js.map +1 -1
- package/getActionsVariables.d.ts +1 -1
- package/getActionsVariables.js +7 -2
- package/getActionsVariables.js.map +1 -1
- package/getAppToken.d.ts +13 -9
- package/getAppToken.js +19 -10
- package/getAppToken.js.map +1 -1
- package/getBranch.d.ts +3 -3
- package/getBranch.js +8 -4
- package/getBranch.js.map +1 -1
- package/getBranchProtectionRules.d.ts +1 -1
- package/getBranchProtectionRules.js +5 -2
- package/getBranchProtectionRules.js.map +1 -1
- package/getCodespacesOrganizationPublicKey.d.ts +1 -1
- package/getCodespacesOrganizationPublicKey.js +3 -2
- package/getCodespacesOrganizationPublicKey.js.map +1 -1
- package/getCodespacesOrganizationSecrets.d.ts +1 -1
- package/getCodespacesOrganizationSecrets.js +3 -2
- package/getCodespacesOrganizationSecrets.js.map +1 -1
- package/getCodespacesPublicKey.d.ts +1 -1
- package/getCodespacesPublicKey.js +5 -2
- package/getCodespacesPublicKey.js.map +1 -1
- package/getCodespacesSecrets.d.ts +1 -1
- package/getCodespacesSecrets.js +7 -2
- package/getCodespacesSecrets.js.map +1 -1
- package/getCodespacesUserPublicKey.d.ts +1 -1
- package/getCodespacesUserPublicKey.js +3 -2
- package/getCodespacesUserPublicKey.js.map +1 -1
- package/getCodespacesUserSecrets.d.ts +1 -1
- package/getCodespacesUserSecrets.js +3 -2
- package/getCodespacesUserSecrets.js.map +1 -1
- package/getCollaborators.d.ts +13 -1
- package/getCollaborators.js +9 -2
- package/getCollaborators.js.map +1 -1
- package/getDependabotOrganizationPublicKey.d.ts +1 -1
- package/getDependabotOrganizationPublicKey.js +3 -2
- package/getDependabotOrganizationPublicKey.js.map +1 -1
- package/getDependabotOrganizationSecrets.d.ts +1 -1
- package/getDependabotOrganizationSecrets.js +3 -2
- package/getDependabotOrganizationSecrets.js.map +1 -1
- package/getDependabotPublicKey.d.ts +1 -1
- package/getDependabotPublicKey.js +5 -2
- package/getDependabotPublicKey.js.map +1 -1
- package/getDependabotSecrets.d.ts +1 -1
- package/getDependabotSecrets.js +7 -2
- package/getDependabotSecrets.js.map +1 -1
- package/getEnterprise.d.ts +5 -1
- package/getEnterprise.js +5 -2
- package/getEnterprise.js.map +1 -1
- package/getExternalGroups.d.ts +1 -1
- package/getExternalGroups.js +3 -2
- package/getExternalGroups.js.map +1 -1
- package/getGithubApp.d.ts +1 -1
- package/getGithubApp.js +5 -2
- package/getGithubApp.js.map +1 -1
- package/getIpRanges.d.ts +1 -1
- package/getIpRanges.js +3 -2
- package/getIpRanges.js.map +1 -1
- package/getIssueLabels.d.ts +1 -1
- package/getIssueLabels.js +5 -2
- package/getIssueLabels.js.map +1 -1
- package/getMembership.d.ts +1 -1
- package/getMembership.js +6 -2
- package/getMembership.js.map +1 -1
- package/getOrganization.d.ts +14 -5
- package/getOrganization.js +8 -2
- package/getOrganization.js.map +1 -1
- package/getOrganizationCustomProperties.d.ts +134 -0
- package/getOrganizationCustomProperties.js +62 -0
- package/getOrganizationCustomProperties.js.map +1 -0
- package/getOrganizationCustomRole.d.ts +5 -1
- package/getOrganizationCustomRole.js +9 -2
- package/getOrganizationCustomRole.js.map +1 -1
- package/getOrganizationExternalIdentities.d.ts +1 -1
- package/getOrganizationExternalIdentities.js +3 -2
- package/getOrganizationExternalIdentities.js.map +1 -1
- package/getOrganizationIpAllowList.d.ts +1 -1
- package/getOrganizationIpAllowList.js +3 -2
- package/getOrganizationIpAllowList.js.map +1 -1
- package/getOrganizationRepositoryRole.d.ts +82 -0
- package/getOrganizationRepositoryRole.js +54 -0
- package/getOrganizationRepositoryRole.js.map +1 -0
- package/getOrganizationRepositoryRoles.d.ts +65 -0
- package/getOrganizationRepositoryRoles.js +66 -0
- package/getOrganizationRepositoryRoles.js.map +1 -0
- package/getOrganizationRole.d.ts +82 -0
- package/getOrganizationRole.js +50 -0
- package/getOrganizationRole.js.map +1 -0
- package/getOrganizationRoleTeams.d.ts +85 -0
- package/getOrganizationRoleTeams.js +68 -0
- package/getOrganizationRoleTeams.js.map +1 -0
- package/getOrganizationRoleUsers.d.ts +81 -0
- package/getOrganizationRoleUsers.js +64 -0
- package/getOrganizationRoleUsers.js.map +1 -0
- package/getOrganizationRoles.d.ts +63 -0
- package/getOrganizationRoles.js +64 -0
- package/getOrganizationRoles.js.map +1 -0
- package/getOrganizationSecurityManagers.d.ts +45 -0
- package/getOrganizationSecurityManagers.js +46 -0
- package/getOrganizationSecurityManagers.js.map +1 -0
- package/getOrganizationTeamSyncGroups.d.ts +1 -1
- package/getOrganizationTeamSyncGroups.js +3 -2
- package/getOrganizationTeamSyncGroups.js.map +1 -1
- package/getOrganizationTeams.d.ts +1 -1
- package/getOrganizationTeams.js +8 -2
- package/getOrganizationTeams.js.map +1 -1
- package/getOrganizationWebhooks.d.ts +1 -1
- package/getOrganizationWebhooks.js +3 -2
- package/getOrganizationWebhooks.js.map +1 -1
- package/getRef.d.ts +3 -3
- package/getRef.js +9 -4
- package/getRef.js.map +1 -1
- package/getRelease.d.ts +64 -2
- package/getRelease.js +71 -2
- package/getRelease.js.map +1 -1
- package/getRepositories.d.ts +3 -3
- package/getRepositories.js +10 -4
- package/getRepositories.js.map +1 -1
- package/getRepository.d.ts +3 -1
- package/getRepository.js +9 -2
- package/getRepository.js.map +1 -1
- package/getRepositoryAutolinkReferences.d.ts +1 -1
- package/getRepositoryAutolinkReferences.js +5 -2
- package/getRepositoryAutolinkReferences.js.map +1 -1
- package/getRepositoryBranches.d.ts +1 -1
- package/getRepositoryBranches.js +7 -2
- package/getRepositoryBranches.js.map +1 -1
- package/getRepositoryCustomProperties.d.ts +64 -0
- package/getRepositoryCustomProperties.js +50 -0
- package/getRepositoryCustomProperties.js.map +1 -0
- package/getRepositoryDeployKeys.d.ts +1 -1
- package/getRepositoryDeployKeys.js +5 -2
- package/getRepositoryDeployKeys.js.map +1 -1
- package/getRepositoryDeploymentBranchPolicies.d.ts +7 -3
- package/getRepositoryDeploymentBranchPolicies.js +12 -4
- package/getRepositoryDeploymentBranchPolicies.js.map +1 -1
- package/getRepositoryEnvironmentDeploymentPolicies.d.ts +75 -0
- package/getRepositoryEnvironmentDeploymentPolicies.js +54 -0
- package/getRepositoryEnvironmentDeploymentPolicies.js.map +1 -0
- package/getRepositoryEnvironments.d.ts +1 -1
- package/getRepositoryEnvironments.js +5 -2
- package/getRepositoryEnvironments.js.map +1 -1
- package/getRepositoryFile.d.ts +3 -3
- package/getRepositoryFile.js +9 -4
- package/getRepositoryFile.js.map +1 -1
- package/getRepositoryMilestone.d.ts +3 -3
- package/getRepositoryMilestone.js +9 -4
- package/getRepositoryMilestone.js.map +1 -1
- package/getRepositoryPullRequest.d.ts +1 -1
- package/getRepositoryPullRequest.js +7 -2
- package/getRepositoryPullRequest.js.map +1 -1
- package/getRepositoryPullRequests.d.ts +3 -3
- package/getRepositoryPullRequests.js +13 -4
- package/getRepositoryPullRequests.js.map +1 -1
- package/getRepositoryTeams.d.ts +1 -1
- package/getRepositoryTeams.js +7 -2
- package/getRepositoryTeams.js.map +1 -1
- package/getRepositoryWebhooks.d.ts +1 -1
- package/getRepositoryWebhooks.js +5 -2
- package/getRepositoryWebhooks.js.map +1 -1
- package/getRestApi.d.ts +1 -1
- package/getRestApi.js +5 -2
- package/getRestApi.js.map +1 -1
- package/getSshKeys.d.ts +1 -1
- package/getSshKeys.js +3 -2
- package/getSshKeys.js.map +1 -1
- package/getTeam.d.ts +5 -3
- package/getTeam.js +8 -2
- package/getTeam.js.map +1 -1
- package/getTree.d.ts +17 -17
- package/getTree.js +23 -18
- package/getTree.js.map +1 -1
- package/getUser.d.ts +5 -1
- package/getUser.js +9 -2
- package/getUser.js.map +1 -1
- package/getUserExternalIdentity.d.ts +1 -1
- package/getUserExternalIdentity.js +5 -2
- package/getUserExternalIdentity.js.map +1 -1
- package/getUsers.d.ts +3 -1
- package/getUsers.js +7 -2
- package/getUsers.js.map +1 -1
- package/index.d.ts +76 -6
- package/index.js +126 -13
- package/index.js.map +1 -1
- package/issue.d.ts +17 -10
- package/issue.js +36 -29
- package/issue.js.map +1 -1
- package/issueLabel.d.ts +20 -3
- package/issueLabel.js +34 -18
- package/issueLabel.js.map +1 -1
- package/issueLabels.d.ts +5 -16
- package/issueLabels.js +12 -23
- package/issueLabels.js.map +1 -1
- package/membership.d.ts +3 -3
- package/membership.js +13 -13
- package/membership.js.map +1 -1
- package/organizationBlock.d.ts +1 -1
- package/organizationBlock.js +7 -7
- package/organizationBlock.js.map +1 -1
- package/organizationCustomProperties.d.ts +199 -0
- package/organizationCustomProperties.js +143 -0
- package/organizationCustomProperties.js.map +1 -0
- package/organizationCustomRole.d.ts +7 -3
- package/organizationCustomRole.js +19 -15
- package/organizationCustomRole.js.map +1 -1
- package/organizationProject.d.ts +6 -1
- package/organizationProject.js +14 -9
- package/organizationProject.js.map +1 -1
- package/organizationRepositoryRole.d.ts +121 -0
- package/organizationRepositoryRole.js +92 -0
- package/organizationRepositoryRole.js.map +1 -0
- package/organizationRole.d.ts +121 -0
- package/organizationRole.js +89 -0
- package/organizationRole.js.map +1 -0
- package/organizationRoleTeam.d.ts +83 -0
- package/organizationRoleTeam.js +80 -0
- package/organizationRoleTeam.js.map +1 -0
- package/organizationRoleTeamAssignment.d.ts +94 -0
- package/organizationRoleTeamAssignment.js +91 -0
- package/organizationRoleTeamAssignment.js.map +1 -0
- package/organizationRoleUser.d.ts +83 -0
- package/organizationRoleUser.js +80 -0
- package/organizationRoleUser.js.map +1 -0
- package/organizationRuleset.d.ts +92 -3
- package/organizationRuleset.js +109 -20
- package/organizationRuleset.js.map +1 -1
- package/organizationSecurityManager.d.ts +10 -3
- package/organizationSecurityManager.js +15 -8
- package/organizationSecurityManager.js.map +1 -1
- package/organizationSettings.d.ts +18 -16
- package/organizationSettings.js +73 -71
- package/organizationSettings.js.map +1 -1
- package/organizationWebhook.d.ts +22 -3
- package/organizationWebhook.js +33 -14
- package/organizationWebhook.js.map +1 -1
- package/package.json +4 -3
- package/projectCard.d.ts +24 -10
- package/projectCard.js +37 -23
- package/projectCard.js.map +1 -1
- package/projectColumn.d.ts +10 -2
- package/projectColumn.js +19 -11
- package/projectColumn.js.map +1 -1
- package/provider.d.ts +24 -11
- package/provider.js +22 -14
- package/provider.js.map +1 -1
- package/release.d.ts +91 -6
- package/release.js +54 -29
- package/release.js.map +1 -1
- package/repository.d.ts +64 -11
- package/repository.js +110 -88
- package/repository.js.map +1 -1
- package/repositoryAutolinkReference.d.ts +1 -0
- package/repositoryAutolinkReference.js +15 -14
- package/repositoryAutolinkReference.js.map +1 -1
- package/repositoryCollaborator.d.ts +3 -28
- package/repositoryCollaborator.js +16 -41
- package/repositoryCollaborator.js.map +1 -1
- package/repositoryCollaborators.d.ts +28 -38
- package/repositoryCollaborators.js +19 -39
- package/repositoryCollaborators.js.map +1 -1
- package/repositoryCustomProperty.d.ts +115 -0
- package/repositoryCustomProperty.js +98 -0
- package/repositoryCustomProperty.js.map +1 -0
- package/repositoryDependabotSecurityUpdates.d.ts +5 -4
- package/repositoryDependabotSecurityUpdates.js +10 -9
- package/repositoryDependabotSecurityUpdates.js.map +1 -1
- package/repositoryDeployKey.d.ts +6 -16
- package/repositoryDeployKey.js +20 -30
- package/repositoryDeployKey.js.map +1 -1
- package/repositoryDeploymentBranchPolicy.d.ts +10 -1
- package/repositoryDeploymentBranchPolicy.js +18 -13
- package/repositoryDeploymentBranchPolicy.js.map +1 -1
- package/repositoryEnvironment.d.ts +7 -4
- package/repositoryEnvironment.js +25 -22
- package/repositoryEnvironment.js.map +1 -1
- package/repositoryEnvironmentDeploymentPolicy.d.ts +54 -11
- package/repositoryEnvironmentDeploymentPolicy.js +49 -19
- package/repositoryEnvironmentDeploymentPolicy.js.map +1 -1
- package/repositoryFile.d.ts +72 -13
- package/repositoryFile.js +63 -34
- package/repositoryFile.js.map +1 -1
- package/repositoryMilestone.d.ts +1 -1
- package/repositoryMilestone.js +19 -19
- package/repositoryMilestone.js.map +1 -1
- package/repositoryProject.d.ts +6 -1
- package/repositoryProject.js +17 -13
- package/repositoryProject.js.map +1 -1
- package/repositoryPullRequest.d.ts +2 -2
- package/repositoryPullRequest.js +31 -31
- package/repositoryPullRequest.js.map +1 -1
- package/repositoryRuleset.d.ts +50 -11
- package/repositoryRuleset.js +67 -25
- package/repositoryRuleset.js.map +1 -1
- package/repositoryTopics.d.ts +4 -4
- package/repositoryTopics.js +12 -12
- package/repositoryTopics.js.map +1 -1
- package/repositoryWebhook.d.ts +8 -8
- package/repositoryWebhook.js +20 -21
- package/repositoryWebhook.js.map +1 -1
- package/team.d.ts +2 -1
- package/team.js +24 -23
- package/team.js.map +1 -1
- package/teamMembers.d.ts +9 -10
- package/teamMembers.js +17 -18
- package/teamMembers.js.map +1 -1
- package/teamMembership.d.ts +7 -4
- package/teamMembership.js +18 -15
- package/teamMembership.js.map +1 -1
- package/teamRepository.d.ts +6 -19
- package/teamRepository.js +17 -30
- package/teamRepository.js.map +1 -1
- package/teamSettings.d.ts +8 -5
- package/teamSettings.js +17 -14
- package/teamSettings.js.map +1 -1
- package/teamSyncGroupMapping.d.ts +18 -1
- package/teamSyncGroupMapping.js +26 -9
- package/teamSyncGroupMapping.js.map +1 -1
- package/types/index.js +1 -1
- package/types/index.js.map +1 -1
- package/types/input.d.ts +360 -74
- package/types/input.js +1 -1
- package/types/input.js.map +1 -1
- package/types/output.d.ts +495 -84
- package/types/output.js +1 -1
- package/types/output.js.map +1 -1
- package/userGpgKey.d.ts +2 -3
- package/userGpgKey.js +9 -10
- package/userGpgKey.js.map +1 -1
- package/userInvitationAccepter.d.ts +5 -7
- package/userInvitationAccepter.js +11 -13
- package/userInvitationAccepter.js.map +1 -1
- package/userSshKey.d.ts +5 -3
- package/userSshKey.js +15 -13
- package/userSshKey.js.map +1 -1
- package/utilities.d.ts +0 -4
- package/utilities.js +20 -30
- package/utilities.js.map +1 -1
- package/workflowRepositoryPermissions.d.ts +98 -0
- package/workflowRepositoryPermissions.js +82 -0
- package/workflowRepositoryPermissions.js.map +1 -0
- package/package.json.bak +0 -27
- package/repositoryTagProtection.d.ts +0 -93
- package/repositoryTagProtection.js +0 -84
- package/repositoryTagProtection.js.map +0 -1
package/types/input.d.ts
CHANGED
|
@@ -1,5 +1,51 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
|
+
export interface ActionsHostedRunnerImage {
|
|
4
|
+
/**
|
|
5
|
+
* The image ID. For GitHub-owned images, use numeric IDs like "2306" for Ubuntu Latest 24.04. To get available images, use the GitHub API: `GET /orgs/{org}/actions/hosted-runners/images/github-owned`.
|
|
6
|
+
*/
|
|
7
|
+
id: pulumi.Input<string>;
|
|
8
|
+
/**
|
|
9
|
+
* The size of the image in gigabytes.
|
|
10
|
+
*/
|
|
11
|
+
sizeGb?: pulumi.Input<number>;
|
|
12
|
+
/**
|
|
13
|
+
* The image source. Valid values are "github", "partner", or "custom". Defaults to "github".
|
|
14
|
+
*/
|
|
15
|
+
source?: pulumi.Input<string>;
|
|
16
|
+
}
|
|
17
|
+
export interface ActionsHostedRunnerMachineSizeDetail {
|
|
18
|
+
/**
|
|
19
|
+
* Number of CPU cores.
|
|
20
|
+
*/
|
|
21
|
+
cpuCores?: pulumi.Input<number>;
|
|
22
|
+
/**
|
|
23
|
+
* Machine size identifier.
|
|
24
|
+
*/
|
|
25
|
+
id?: pulumi.Input<string>;
|
|
26
|
+
/**
|
|
27
|
+
* Amount of memory in gigabytes.
|
|
28
|
+
*/
|
|
29
|
+
memoryGb?: pulumi.Input<number>;
|
|
30
|
+
/**
|
|
31
|
+
* Amount of storage in gigabytes.
|
|
32
|
+
*/
|
|
33
|
+
storageGb?: pulumi.Input<number>;
|
|
34
|
+
}
|
|
35
|
+
export interface ActionsHostedRunnerPublicIp {
|
|
36
|
+
/**
|
|
37
|
+
* Whether this IP range is enabled.
|
|
38
|
+
*/
|
|
39
|
+
enabled?: pulumi.Input<boolean>;
|
|
40
|
+
/**
|
|
41
|
+
* Subnet length.
|
|
42
|
+
*/
|
|
43
|
+
length?: pulumi.Input<number>;
|
|
44
|
+
/**
|
|
45
|
+
* IP address prefix.
|
|
46
|
+
*/
|
|
47
|
+
prefix?: pulumi.Input<string>;
|
|
48
|
+
}
|
|
3
49
|
export interface ActionsOrganizationPermissionsAllowedActionsConfig {
|
|
4
50
|
/**
|
|
5
51
|
* Whether GitHub-owned actions are allowed in the organization.
|
|
@@ -113,13 +159,17 @@ export interface BranchProtectionV3RequiredPullRequestReviews {
|
|
|
113
159
|
*/
|
|
114
160
|
dismissalUsers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
115
161
|
/**
|
|
116
|
-
* @deprecated Use
|
|
162
|
+
* @deprecated Use enforceAdmins instead
|
|
117
163
|
*/
|
|
118
164
|
includeAdmins?: pulumi.Input<boolean>;
|
|
119
165
|
/**
|
|
120
166
|
* Require an approved review in pull requests including files with a designated code owner. Defaults to `false`.
|
|
121
167
|
*/
|
|
122
168
|
requireCodeOwnerReviews?: pulumi.Input<boolean>;
|
|
169
|
+
/**
|
|
170
|
+
* Require that the most recent push must be approved by someone other than the last pusher. Defaults to `false`
|
|
171
|
+
*/
|
|
172
|
+
requireLastPushApproval?: pulumi.Input<boolean>;
|
|
123
173
|
/**
|
|
124
174
|
* Require x number of approvals to satisfy branch protection requirements. If this is specified it must be a number between 0-6. This requirement matches GitHub's API, see the upstream [documentation](https://developer.github.com/v3/repos/branches/#parameters-1) for more information.
|
|
125
175
|
*/
|
|
@@ -156,7 +206,7 @@ export interface BranchProtectionV3RequiredStatusChecks {
|
|
|
156
206
|
*/
|
|
157
207
|
contexts?: pulumi.Input<pulumi.Input<string>[]>;
|
|
158
208
|
/**
|
|
159
|
-
* @deprecated Use
|
|
209
|
+
* @deprecated Use enforceAdmins instead
|
|
160
210
|
*/
|
|
161
211
|
includeAdmins?: pulumi.Input<boolean>;
|
|
162
212
|
/**
|
|
@@ -181,6 +231,26 @@ export interface BranchProtectionV3Restrictions {
|
|
|
181
231
|
*/
|
|
182
232
|
users?: pulumi.Input<pulumi.Input<string>[]>;
|
|
183
233
|
}
|
|
234
|
+
export interface EnterpriseActionsPermissionsAllowedActionsConfig {
|
|
235
|
+
/**
|
|
236
|
+
* Whether GitHub-owned actions are allowed in the organization.
|
|
237
|
+
*/
|
|
238
|
+
githubOwnedAllowed: pulumi.Input<boolean>;
|
|
239
|
+
/**
|
|
240
|
+
* Specifies a list of string-matching patterns to allow specific action(s). Wildcards, tags, and SHAs are allowed. For example, monalisa/octocat@*, monalisa/octocat@v2, monalisa/*."
|
|
241
|
+
*/
|
|
242
|
+
patternsAlloweds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
243
|
+
/**
|
|
244
|
+
* Whether actions in GitHub Marketplace from verified creators are allowed. Set to true to allow all GitHub Marketplace actions by verified creators.
|
|
245
|
+
*/
|
|
246
|
+
verifiedAllowed?: pulumi.Input<boolean>;
|
|
247
|
+
}
|
|
248
|
+
export interface EnterpriseActionsPermissionsEnabledOrganizationsConfig {
|
|
249
|
+
/**
|
|
250
|
+
* List of organization IDs to enable for GitHub Actions.
|
|
251
|
+
*/
|
|
252
|
+
organizationIds: pulumi.Input<pulumi.Input<number>[]>;
|
|
253
|
+
}
|
|
184
254
|
export interface IssueLabelsLabel {
|
|
185
255
|
/**
|
|
186
256
|
* A 6 character hex code, **without the leading #**, identifying the color of the label.
|
|
@@ -203,15 +273,18 @@ export interface OrganizationRulesetBypassActor {
|
|
|
203
273
|
/**
|
|
204
274
|
* (Number) The ID of the actor that can bypass a ruleset.
|
|
205
275
|
*/
|
|
206
|
-
actorId
|
|
276
|
+
actorId?: pulumi.Input<number>;
|
|
207
277
|
/**
|
|
208
278
|
* The type of actor that can bypass a ruleset. Can be one of: `RepositoryRole`, `Team`, `Integration`, `OrganizationAdmin`.
|
|
209
279
|
*/
|
|
210
280
|
actorType: pulumi.Input<string>;
|
|
211
281
|
/**
|
|
212
|
-
* (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`.
|
|
282
|
+
* (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`, `exempt`.
|
|
213
283
|
*
|
|
214
284
|
* ~>Note: at the time of writing this, the following actor types correspond to the following actor IDs:
|
|
285
|
+
*
|
|
286
|
+
* * `OrganizationAdmin` > `1`
|
|
287
|
+
* * `RepositoryRole` (This is the actor type, the following are the base repository roles and their associated IDs.)
|
|
215
288
|
*/
|
|
216
289
|
bypassMode: pulumi.Input<string>;
|
|
217
290
|
}
|
|
@@ -233,21 +306,21 @@ export interface OrganizationRulesetConditions {
|
|
|
233
306
|
}
|
|
234
307
|
export interface OrganizationRulesetConditionsRefName {
|
|
235
308
|
/**
|
|
236
|
-
*
|
|
309
|
+
* Array of ref names or patterns to exclude. The condition will not pass if any of these patterns match.
|
|
237
310
|
*/
|
|
238
311
|
excludes: pulumi.Input<pulumi.Input<string>[]>;
|
|
239
312
|
/**
|
|
240
|
-
*
|
|
313
|
+
* Array of ref names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~DEFAULT_BRANCH` to include the default branch or `~ALL` to include all branches.
|
|
241
314
|
*/
|
|
242
315
|
includes: pulumi.Input<pulumi.Input<string>[]>;
|
|
243
316
|
}
|
|
244
317
|
export interface OrganizationRulesetConditionsRepositoryName {
|
|
245
318
|
/**
|
|
246
|
-
*
|
|
319
|
+
* Array of repository names or patterns to exclude. The condition will not pass if any of these patterns match.
|
|
247
320
|
*/
|
|
248
321
|
excludes: pulumi.Input<pulumi.Input<string>[]>;
|
|
249
322
|
/**
|
|
250
|
-
*
|
|
323
|
+
* Array of repository names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~ALL` to include all repositories.
|
|
251
324
|
*/
|
|
252
325
|
includes: pulumi.Input<pulumi.Input<string>[]>;
|
|
253
326
|
/**
|
|
@@ -280,6 +353,22 @@ export interface OrganizationRulesetRules {
|
|
|
280
353
|
* (Boolean) Only allow users with bypass permissions to delete matching refs.
|
|
281
354
|
*/
|
|
282
355
|
deletion?: pulumi.Input<boolean>;
|
|
356
|
+
/**
|
|
357
|
+
* (Block List, Max: 1) Prevent commits that include files with specified file extensions from being pushed to the commit graph. This rule only applies to rulesets with target `push`. (see below for nested schema)
|
|
358
|
+
*/
|
|
359
|
+
fileExtensionRestriction?: pulumi.Input<inputs.OrganizationRulesetRulesFileExtensionRestriction>;
|
|
360
|
+
/**
|
|
361
|
+
* (Block List, Max: 1) Prevent commits that include changes to specified file paths from being pushed to the commit graph. This rule only applies to rulesets with target `push`. (see below for nested schema)
|
|
362
|
+
*/
|
|
363
|
+
filePathRestriction?: pulumi.Input<inputs.OrganizationRulesetRulesFilePathRestriction>;
|
|
364
|
+
/**
|
|
365
|
+
* (Integer) The maximum number of characters allowed in file paths.
|
|
366
|
+
*/
|
|
367
|
+
maxFilePathLength?: pulumi.Input<inputs.OrganizationRulesetRulesMaxFilePathLength>;
|
|
368
|
+
/**
|
|
369
|
+
* (Integer) The maximum allowed size, in megabytes (MB), of a file. Valid range is 1-100 MB.
|
|
370
|
+
*/
|
|
371
|
+
maxFileSize?: pulumi.Input<inputs.OrganizationRulesetRulesMaxFileSize>;
|
|
283
372
|
/**
|
|
284
373
|
* (Boolean) Prevent users with push access from force pushing to branches.
|
|
285
374
|
*/
|
|
@@ -288,6 +377,10 @@ export interface OrganizationRulesetRules {
|
|
|
288
377
|
* (Block List, Max: 1) Require all commits be made to a non-target branch and submitted via a pull request before they can be merged. (see below for nested schema)
|
|
289
378
|
*/
|
|
290
379
|
pullRequest?: pulumi.Input<inputs.OrganizationRulesetRulesPullRequest>;
|
|
380
|
+
/**
|
|
381
|
+
* (Block List, Max: 1) Define which tools must provide code scanning results before the reference is updated. When configured, code scanning must be enabled and have results for both the commit and the reference being updated. Multiple code scanning tools can be specified. (see below for nested schema)
|
|
382
|
+
*/
|
|
383
|
+
requiredCodeScanning?: pulumi.Input<inputs.OrganizationRulesetRulesRequiredCodeScanning>;
|
|
291
384
|
/**
|
|
292
385
|
* (Boolean) Prevent merge commits from being pushed to matching branches.
|
|
293
386
|
*/
|
|
@@ -319,15 +412,15 @@ export interface OrganizationRulesetRulesBranchNamePattern {
|
|
|
319
412
|
*/
|
|
320
413
|
name?: pulumi.Input<string>;
|
|
321
414
|
/**
|
|
322
|
-
*
|
|
415
|
+
* If true, the rule will fail if the pattern matches.
|
|
323
416
|
*/
|
|
324
417
|
negate?: pulumi.Input<boolean>;
|
|
325
418
|
/**
|
|
326
|
-
*
|
|
419
|
+
* The operator to use for matching. Can be one of: `startsWith`, `endsWith`, `contains`, `regex`.
|
|
327
420
|
*/
|
|
328
421
|
operator: pulumi.Input<string>;
|
|
329
422
|
/**
|
|
330
|
-
*
|
|
423
|
+
* The pattern to match with.
|
|
331
424
|
*/
|
|
332
425
|
pattern: pulumi.Input<string>;
|
|
333
426
|
}
|
|
@@ -337,15 +430,15 @@ export interface OrganizationRulesetRulesCommitAuthorEmailPattern {
|
|
|
337
430
|
*/
|
|
338
431
|
name?: pulumi.Input<string>;
|
|
339
432
|
/**
|
|
340
|
-
*
|
|
433
|
+
* If true, the rule will fail if the pattern matches.
|
|
341
434
|
*/
|
|
342
435
|
negate?: pulumi.Input<boolean>;
|
|
343
436
|
/**
|
|
344
|
-
*
|
|
437
|
+
* The operator to use for matching. Can be one of: `startsWith`, `endsWith`, `contains`, `regex`.
|
|
345
438
|
*/
|
|
346
439
|
operator: pulumi.Input<string>;
|
|
347
440
|
/**
|
|
348
|
-
*
|
|
441
|
+
* The pattern to match with.
|
|
349
442
|
*/
|
|
350
443
|
pattern: pulumi.Input<string>;
|
|
351
444
|
}
|
|
@@ -355,15 +448,15 @@ export interface OrganizationRulesetRulesCommitMessagePattern {
|
|
|
355
448
|
*/
|
|
356
449
|
name?: pulumi.Input<string>;
|
|
357
450
|
/**
|
|
358
|
-
*
|
|
451
|
+
* If true, the rule will fail if the pattern matches.
|
|
359
452
|
*/
|
|
360
453
|
negate?: pulumi.Input<boolean>;
|
|
361
454
|
/**
|
|
362
|
-
*
|
|
455
|
+
* The operator to use for matching. Can be one of: `startsWith`, `endsWith`, `contains`, `regex`.
|
|
363
456
|
*/
|
|
364
457
|
operator: pulumi.Input<string>;
|
|
365
458
|
/**
|
|
366
|
-
*
|
|
459
|
+
* The pattern to match with.
|
|
367
460
|
*/
|
|
368
461
|
pattern: pulumi.Input<string>;
|
|
369
462
|
}
|
|
@@ -373,77 +466,129 @@ export interface OrganizationRulesetRulesCommitterEmailPattern {
|
|
|
373
466
|
*/
|
|
374
467
|
name?: pulumi.Input<string>;
|
|
375
468
|
/**
|
|
376
|
-
*
|
|
469
|
+
* If true, the rule will fail if the pattern matches.
|
|
377
470
|
*/
|
|
378
471
|
negate?: pulumi.Input<boolean>;
|
|
379
472
|
/**
|
|
380
|
-
*
|
|
473
|
+
* The operator to use for matching. Can be one of: `startsWith`, `endsWith`, `contains`, `regex`.
|
|
381
474
|
*/
|
|
382
475
|
operator: pulumi.Input<string>;
|
|
383
476
|
/**
|
|
384
|
-
*
|
|
477
|
+
* The pattern to match with.
|
|
385
478
|
*/
|
|
386
479
|
pattern: pulumi.Input<string>;
|
|
387
480
|
}
|
|
481
|
+
export interface OrganizationRulesetRulesFileExtensionRestriction {
|
|
482
|
+
/**
|
|
483
|
+
* The file extensions that are restricted from being pushed to the commit graph.
|
|
484
|
+
*/
|
|
485
|
+
restrictedFileExtensions: pulumi.Input<pulumi.Input<string>[]>;
|
|
486
|
+
}
|
|
487
|
+
export interface OrganizationRulesetRulesFilePathRestriction {
|
|
488
|
+
/**
|
|
489
|
+
* The file paths that are restricted from being pushed to the commit graph.
|
|
490
|
+
*/
|
|
491
|
+
restrictedFilePaths: pulumi.Input<pulumi.Input<string>[]>;
|
|
492
|
+
}
|
|
493
|
+
export interface OrganizationRulesetRulesMaxFilePathLength {
|
|
494
|
+
/**
|
|
495
|
+
* The maximum allowed length of a file path.
|
|
496
|
+
*/
|
|
497
|
+
maxFilePathLength: pulumi.Input<number>;
|
|
498
|
+
}
|
|
499
|
+
export interface OrganizationRulesetRulesMaxFileSize {
|
|
500
|
+
/**
|
|
501
|
+
* The maximum allowed size of a file in megabytes (MB). Valid range is 1-100 MB.
|
|
502
|
+
*/
|
|
503
|
+
maxFileSize: pulumi.Input<number>;
|
|
504
|
+
}
|
|
388
505
|
export interface OrganizationRulesetRulesPullRequest {
|
|
389
506
|
/**
|
|
390
|
-
*
|
|
507
|
+
* New, reviewable commits pushed will dismiss previous pull request review approvals. Defaults to `false`.
|
|
391
508
|
*/
|
|
392
509
|
dismissStaleReviewsOnPush?: pulumi.Input<boolean>;
|
|
393
510
|
/**
|
|
394
|
-
*
|
|
511
|
+
* Require an approving review in pull requests that modify files that have a designated code owner. Defaults to `false`.
|
|
395
512
|
*/
|
|
396
513
|
requireCodeOwnerReview?: pulumi.Input<boolean>;
|
|
397
514
|
/**
|
|
398
|
-
*
|
|
515
|
+
* Whether the most recent reviewable push must be approved by someone other than the person who pushed it. Defaults to `false`.
|
|
399
516
|
*/
|
|
400
517
|
requireLastPushApproval?: pulumi.Input<boolean>;
|
|
401
518
|
/**
|
|
402
|
-
*
|
|
519
|
+
* The number of approving reviews that are required before a pull request can be merged. Defaults to `0`.
|
|
403
520
|
*/
|
|
404
521
|
requiredApprovingReviewCount?: pulumi.Input<number>;
|
|
405
522
|
/**
|
|
406
|
-
*
|
|
523
|
+
* All conversations on code must be resolved before a pull request can be merged. Defaults to `false`.
|
|
407
524
|
*/
|
|
408
525
|
requiredReviewThreadResolution?: pulumi.Input<boolean>;
|
|
409
526
|
}
|
|
527
|
+
export interface OrganizationRulesetRulesRequiredCodeScanning {
|
|
528
|
+
/**
|
|
529
|
+
* Tools that must provide code scanning results for this rule to pass.
|
|
530
|
+
*/
|
|
531
|
+
requiredCodeScanningTools: pulumi.Input<pulumi.Input<inputs.OrganizationRulesetRulesRequiredCodeScanningRequiredCodeScanningTool>[]>;
|
|
532
|
+
}
|
|
533
|
+
export interface OrganizationRulesetRulesRequiredCodeScanningRequiredCodeScanningTool {
|
|
534
|
+
/**
|
|
535
|
+
* The severity level at which code scanning results that raise alerts block a reference update. Can be one of: `none`, `errors`, `errorsAndWarnings`, `all`.
|
|
536
|
+
*/
|
|
537
|
+
alertsThreshold: pulumi.Input<string>;
|
|
538
|
+
/**
|
|
539
|
+
* The severity level at which code scanning results that raise security alerts block a reference update. Can be one of: `none`, `critical`, `highOrHigher`, `mediumOrHigher`, `all`.
|
|
540
|
+
*/
|
|
541
|
+
securityAlertsThreshold: pulumi.Input<string>;
|
|
542
|
+
/**
|
|
543
|
+
* The name of a code scanning tool.
|
|
544
|
+
*/
|
|
545
|
+
tool: pulumi.Input<string>;
|
|
546
|
+
}
|
|
410
547
|
export interface OrganizationRulesetRulesRequiredStatusChecks {
|
|
411
548
|
/**
|
|
412
|
-
* (
|
|
549
|
+
* (Boolean) Allow repositories and branches to be created if a check would otherwise prohibit it. Defaults to `false`.
|
|
550
|
+
*/
|
|
551
|
+
doNotEnforceOnCreate?: pulumi.Input<boolean>;
|
|
552
|
+
/**
|
|
553
|
+
* Status checks that are required. Several can be defined.
|
|
413
554
|
*/
|
|
414
555
|
requiredChecks: pulumi.Input<pulumi.Input<inputs.OrganizationRulesetRulesRequiredStatusChecksRequiredCheck>[]>;
|
|
415
556
|
/**
|
|
416
|
-
*
|
|
557
|
+
* Whether pull requests targeting a matching branch must be tested with the latest code. This setting will not take effect unless at least one status check is enabled. Defaults to `false`.
|
|
417
558
|
*/
|
|
418
559
|
strictRequiredStatusChecksPolicy?: pulumi.Input<boolean>;
|
|
419
560
|
}
|
|
420
561
|
export interface OrganizationRulesetRulesRequiredStatusChecksRequiredCheck {
|
|
421
562
|
/**
|
|
422
|
-
*
|
|
563
|
+
* The status check context name that must be present on the commit.
|
|
423
564
|
*/
|
|
424
565
|
context: pulumi.Input<string>;
|
|
425
566
|
/**
|
|
426
|
-
*
|
|
567
|
+
* The optional integration ID that this status check must originate from.
|
|
427
568
|
*/
|
|
428
569
|
integrationId?: pulumi.Input<number>;
|
|
429
570
|
}
|
|
430
571
|
export interface OrganizationRulesetRulesRequiredWorkflows {
|
|
431
572
|
/**
|
|
432
|
-
*
|
|
573
|
+
* Allow repositories and branches to be created if a check would otherwise prohibit it.
|
|
574
|
+
*/
|
|
575
|
+
doNotEnforceOnCreate?: pulumi.Input<boolean>;
|
|
576
|
+
/**
|
|
577
|
+
* Actions workflows that are required. Several can be defined.
|
|
433
578
|
*/
|
|
434
579
|
requiredWorkflows: pulumi.Input<pulumi.Input<inputs.OrganizationRulesetRulesRequiredWorkflowsRequiredWorkflow>[]>;
|
|
435
580
|
}
|
|
436
581
|
export interface OrganizationRulesetRulesRequiredWorkflowsRequiredWorkflow {
|
|
437
582
|
/**
|
|
438
|
-
*
|
|
583
|
+
* The path to the workflow YAML definition file.
|
|
439
584
|
*/
|
|
440
585
|
path: pulumi.Input<string>;
|
|
441
586
|
/**
|
|
442
|
-
*
|
|
587
|
+
* The ref (branch or tag) of the workflow file to use.
|
|
443
588
|
*/
|
|
444
589
|
ref?: pulumi.Input<string>;
|
|
445
590
|
/**
|
|
446
|
-
* The repository
|
|
591
|
+
* The repository in which the workflow is defined.
|
|
447
592
|
*/
|
|
448
593
|
repositoryId: pulumi.Input<number>;
|
|
449
594
|
}
|
|
@@ -453,15 +598,15 @@ export interface OrganizationRulesetRulesTagNamePattern {
|
|
|
453
598
|
*/
|
|
454
599
|
name?: pulumi.Input<string>;
|
|
455
600
|
/**
|
|
456
|
-
*
|
|
601
|
+
* If true, the rule will fail if the pattern matches.
|
|
457
602
|
*/
|
|
458
603
|
negate?: pulumi.Input<boolean>;
|
|
459
604
|
/**
|
|
460
|
-
*
|
|
605
|
+
* The operator to use for matching. Can be one of: `startsWith`, `endsWith`, `contains`, `regex`.
|
|
461
606
|
*/
|
|
462
607
|
operator: pulumi.Input<string>;
|
|
463
608
|
/**
|
|
464
|
-
*
|
|
609
|
+
* The pattern to match with.
|
|
465
610
|
*/
|
|
466
611
|
pattern: pulumi.Input<string>;
|
|
467
612
|
}
|
|
@@ -497,6 +642,12 @@ export interface ProviderAppAuth {
|
|
|
497
642
|
*/
|
|
498
643
|
pemFile: pulumi.Input<string>;
|
|
499
644
|
}
|
|
645
|
+
export interface RepositoryCollaboratorsIgnoreTeam {
|
|
646
|
+
/**
|
|
647
|
+
* The GitHub team id or the GitHub team slug.
|
|
648
|
+
*/
|
|
649
|
+
teamId: pulumi.Input<string>;
|
|
650
|
+
}
|
|
500
651
|
export interface RepositoryCollaboratorsTeam {
|
|
501
652
|
/**
|
|
502
653
|
* The permission of the outside collaborators for the repository.
|
|
@@ -505,7 +656,7 @@ export interface RepositoryCollaboratorsTeam {
|
|
|
505
656
|
*/
|
|
506
657
|
permission?: pulumi.Input<string>;
|
|
507
658
|
/**
|
|
508
|
-
* The GitHub team id or the GitHub team slug
|
|
659
|
+
* The GitHub team id or the GitHub team slug.
|
|
509
660
|
*/
|
|
510
661
|
teamId: pulumi.Input<string>;
|
|
511
662
|
}
|
|
@@ -563,7 +714,7 @@ export interface RepositoryPages {
|
|
|
563
714
|
*/
|
|
564
715
|
source?: pulumi.Input<inputs.RepositoryPagesSource>;
|
|
565
716
|
/**
|
|
566
|
-
*
|
|
717
|
+
* The GitHub Pages site's build status e.g. `building` or `built`.
|
|
567
718
|
*/
|
|
568
719
|
status?: pulumi.Input<string>;
|
|
569
720
|
url?: pulumi.Input<string>;
|
|
@@ -580,17 +731,20 @@ export interface RepositoryPagesSource {
|
|
|
580
731
|
}
|
|
581
732
|
export interface RepositoryRulesetBypassActor {
|
|
582
733
|
/**
|
|
583
|
-
*
|
|
734
|
+
* The ID of the actor that can bypass a ruleset. If `actorType` is `Integration`, `actorId` is a GitHub App ID. App ID can be obtained by following instructions from the [Get an App API docs](https://docs.github.com/en/rest/apps/apps?apiVersion=2022-11-28#get-an-app)
|
|
584
735
|
*/
|
|
585
|
-
actorId
|
|
736
|
+
actorId?: pulumi.Input<number>;
|
|
586
737
|
/**
|
|
587
|
-
* The type of actor that can bypass a ruleset. Can be one of: `RepositoryRole`, `Team`, `Integration`, `OrganizationAdmin`.
|
|
738
|
+
* The type of actor that can bypass a ruleset. Can be one of: `RepositoryRole`, `Team`, `Integration`, `OrganizationAdmin`, `DeployKey`.
|
|
588
739
|
*/
|
|
589
740
|
actorType: pulumi.Input<string>;
|
|
590
741
|
/**
|
|
591
|
-
* (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`.
|
|
742
|
+
* (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`, `exempt`.
|
|
592
743
|
*
|
|
593
744
|
* > Note: at the time of writing this, the following actor types correspond to the following actor IDs:
|
|
745
|
+
*
|
|
746
|
+
* * `OrganizationAdmin` > `1`
|
|
747
|
+
* * `RepositoryRole` (This is the actor type, the following are the base repository roles and their associated IDs.)
|
|
594
748
|
*/
|
|
595
749
|
bypassMode: pulumi.Input<string>;
|
|
596
750
|
}
|
|
@@ -602,11 +756,11 @@ export interface RepositoryRulesetConditions {
|
|
|
602
756
|
}
|
|
603
757
|
export interface RepositoryRulesetConditionsRefName {
|
|
604
758
|
/**
|
|
605
|
-
*
|
|
759
|
+
* Array of ref names or patterns to exclude. The condition will not pass if any of these patterns match.
|
|
606
760
|
*/
|
|
607
761
|
excludes: pulumi.Input<pulumi.Input<string>[]>;
|
|
608
762
|
/**
|
|
609
|
-
*
|
|
763
|
+
* Array of ref names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~DEFAULT_BRANCH` to include the default branch or `~ALL` to include all branches.
|
|
610
764
|
*/
|
|
611
765
|
includes: pulumi.Input<pulumi.Input<string>[]>;
|
|
612
766
|
}
|
|
@@ -635,6 +789,26 @@ export interface RepositoryRulesetRules {
|
|
|
635
789
|
* (Boolean) Only allow users with bypass permissions to delete matching refs.
|
|
636
790
|
*/
|
|
637
791
|
deletion?: pulumi.Input<boolean>;
|
|
792
|
+
/**
|
|
793
|
+
* (Block List, Max: 1) Prevent commits that include files with specified file extensions from being pushed to the commit graph. This rule only applies to rulesets with target `push`. (see below for nested schema)
|
|
794
|
+
*/
|
|
795
|
+
fileExtensionRestriction?: pulumi.Input<inputs.RepositoryRulesetRulesFileExtensionRestriction>;
|
|
796
|
+
/**
|
|
797
|
+
* (Block List, Max 1) Parameters to be used for the filePathRestriction rule. When enabled restricts access to files within the repository. (See below for nested schema)
|
|
798
|
+
*/
|
|
799
|
+
filePathRestriction?: pulumi.Input<inputs.RepositoryRulesetRulesFilePathRestriction>;
|
|
800
|
+
/**
|
|
801
|
+
* (Integer) The maximum number of characters allowed in file paths.
|
|
802
|
+
*/
|
|
803
|
+
maxFilePathLength?: pulumi.Input<inputs.RepositoryRulesetRulesMaxFilePathLength>;
|
|
804
|
+
/**
|
|
805
|
+
* (Integer) The maximum allowed size, in megabytes (MB), of a file. Valid range is 1-100 MB.
|
|
806
|
+
*/
|
|
807
|
+
maxFileSize?: pulumi.Input<inputs.RepositoryRulesetRulesMaxFileSize>;
|
|
808
|
+
/**
|
|
809
|
+
* (Block List, Max: 1) Merges must be performed via a merge queue. (see below for nested schema)
|
|
810
|
+
*/
|
|
811
|
+
mergeQueue?: pulumi.Input<inputs.RepositoryRulesetRulesMergeQueue>;
|
|
638
812
|
/**
|
|
639
813
|
* (Boolean) Prevent users with push access from force pushing to branches.
|
|
640
814
|
*/
|
|
@@ -643,6 +817,10 @@ export interface RepositoryRulesetRules {
|
|
|
643
817
|
* (Block List, Max: 1) Require all commits be made to a non-target branch and submitted via a pull request before they can be merged. (see below for nested schema)
|
|
644
818
|
*/
|
|
645
819
|
pullRequest?: pulumi.Input<inputs.RepositoryRulesetRulesPullRequest>;
|
|
820
|
+
/**
|
|
821
|
+
* (Block List, Max: 1) Define which tools must provide code scanning results before the reference is updated. When configured, code scanning must be enabled and have results for both the commit and the reference being updated. Multiple code scanning tools can be specified. (see below for nested schema)
|
|
822
|
+
*/
|
|
823
|
+
requiredCodeScanning?: pulumi.Input<inputs.RepositoryRulesetRulesRequiredCodeScanning>;
|
|
646
824
|
/**
|
|
647
825
|
* (Block List, Max: 1) Choose which environments must be successfully deployed to before branches can be merged into a branch that matches this rule. (see below for nested schema)
|
|
648
826
|
*/
|
|
@@ -678,15 +856,15 @@ export interface RepositoryRulesetRulesBranchNamePattern {
|
|
|
678
856
|
*/
|
|
679
857
|
name?: pulumi.Input<string>;
|
|
680
858
|
/**
|
|
681
|
-
*
|
|
859
|
+
* If true, the rule will fail if the pattern matches.
|
|
682
860
|
*/
|
|
683
861
|
negate?: pulumi.Input<boolean>;
|
|
684
862
|
/**
|
|
685
|
-
*
|
|
863
|
+
* The operator to use for matching. Can be one of: `startsWith`, `endsWith`, `contains`, `regex`.
|
|
686
864
|
*/
|
|
687
865
|
operator: pulumi.Input<string>;
|
|
688
866
|
/**
|
|
689
|
-
*
|
|
867
|
+
* The pattern to match with.
|
|
690
868
|
*/
|
|
691
869
|
pattern: pulumi.Input<string>;
|
|
692
870
|
}
|
|
@@ -696,15 +874,15 @@ export interface RepositoryRulesetRulesCommitAuthorEmailPattern {
|
|
|
696
874
|
*/
|
|
697
875
|
name?: pulumi.Input<string>;
|
|
698
876
|
/**
|
|
699
|
-
*
|
|
877
|
+
* If true, the rule will fail if the pattern matches.
|
|
700
878
|
*/
|
|
701
879
|
negate?: pulumi.Input<boolean>;
|
|
702
880
|
/**
|
|
703
|
-
*
|
|
881
|
+
* The operator to use for matching. Can be one of: `startsWith`, `endsWith`, `contains`, `regex`.
|
|
704
882
|
*/
|
|
705
883
|
operator: pulumi.Input<string>;
|
|
706
884
|
/**
|
|
707
|
-
*
|
|
885
|
+
* The pattern to match with.
|
|
708
886
|
*/
|
|
709
887
|
pattern: pulumi.Input<string>;
|
|
710
888
|
}
|
|
@@ -714,15 +892,15 @@ export interface RepositoryRulesetRulesCommitMessagePattern {
|
|
|
714
892
|
*/
|
|
715
893
|
name?: pulumi.Input<string>;
|
|
716
894
|
/**
|
|
717
|
-
*
|
|
895
|
+
* If true, the rule will fail if the pattern matches.
|
|
718
896
|
*/
|
|
719
897
|
negate?: pulumi.Input<boolean>;
|
|
720
898
|
/**
|
|
721
|
-
*
|
|
899
|
+
* The operator to use for matching. Can be one of: `startsWith`, `endsWith`, `contains`, `regex`.
|
|
722
900
|
*/
|
|
723
901
|
operator: pulumi.Input<string>;
|
|
724
902
|
/**
|
|
725
|
-
*
|
|
903
|
+
* The pattern to match with.
|
|
726
904
|
*/
|
|
727
905
|
pattern: pulumi.Input<string>;
|
|
728
906
|
}
|
|
@@ -732,63 +910,141 @@ export interface RepositoryRulesetRulesCommitterEmailPattern {
|
|
|
732
910
|
*/
|
|
733
911
|
name?: pulumi.Input<string>;
|
|
734
912
|
/**
|
|
735
|
-
*
|
|
913
|
+
* If true, the rule will fail if the pattern matches.
|
|
736
914
|
*/
|
|
737
915
|
negate?: pulumi.Input<boolean>;
|
|
738
916
|
/**
|
|
739
|
-
*
|
|
917
|
+
* The operator to use for matching. Can be one of: `startsWith`, `endsWith`, `contains`, `regex`.
|
|
740
918
|
*/
|
|
741
919
|
operator: pulumi.Input<string>;
|
|
742
920
|
/**
|
|
743
|
-
*
|
|
921
|
+
* The pattern to match with.
|
|
744
922
|
*/
|
|
745
923
|
pattern: pulumi.Input<string>;
|
|
746
924
|
}
|
|
925
|
+
export interface RepositoryRulesetRulesFileExtensionRestriction {
|
|
926
|
+
/**
|
|
927
|
+
* A list of file extensions.
|
|
928
|
+
*/
|
|
929
|
+
restrictedFileExtensions: pulumi.Input<pulumi.Input<string>[]>;
|
|
930
|
+
}
|
|
931
|
+
export interface RepositoryRulesetRulesFilePathRestriction {
|
|
932
|
+
/**
|
|
933
|
+
* The file paths that are restricted from being pushed to the commit graph.
|
|
934
|
+
*/
|
|
935
|
+
restrictedFilePaths: pulumi.Input<pulumi.Input<string>[]>;
|
|
936
|
+
}
|
|
937
|
+
export interface RepositoryRulesetRulesMaxFilePathLength {
|
|
938
|
+
/**
|
|
939
|
+
* The maximum allowed length of a file path.
|
|
940
|
+
*/
|
|
941
|
+
maxFilePathLength: pulumi.Input<number>;
|
|
942
|
+
}
|
|
943
|
+
export interface RepositoryRulesetRulesMaxFileSize {
|
|
944
|
+
/**
|
|
945
|
+
* The maximum allowed size of a file in megabytes (MB). Valid range is 1-100 MB.
|
|
946
|
+
*/
|
|
947
|
+
maxFileSize: pulumi.Input<number>;
|
|
948
|
+
}
|
|
949
|
+
export interface RepositoryRulesetRulesMergeQueue {
|
|
950
|
+
/**
|
|
951
|
+
* Maximum time for a required status check to report a conclusion. After this much time has elapsed, checks that have not reported a conclusion will be assumed to have failed. Defaults to `60`.
|
|
952
|
+
*/
|
|
953
|
+
checkResponseTimeoutMinutes?: pulumi.Input<number>;
|
|
954
|
+
/**
|
|
955
|
+
* When set to ALLGREEN, the merge commit created by merge queue for each PR in the group must pass all required checks to merge. When set to HEADGREEN, only the commit at the head of the merge group, i.e. the commit containing changes from all of the PRs in the group, must pass its required checks to merge. Can be one of: ALLGREEN, HEADGREEN. Defaults to `ALLGREEN`.
|
|
956
|
+
*/
|
|
957
|
+
groupingStrategy?: pulumi.Input<string>;
|
|
958
|
+
/**
|
|
959
|
+
* Limit the number of queued pull requests requesting checks and workflow runs at the same time. Defaults to `5`.
|
|
960
|
+
*/
|
|
961
|
+
maxEntriesToBuild?: pulumi.Input<number>;
|
|
962
|
+
/**
|
|
963
|
+
* The maximum number of PRs that will be merged together in a group. Defaults to `5`.
|
|
964
|
+
*/
|
|
965
|
+
maxEntriesToMerge?: pulumi.Input<number>;
|
|
966
|
+
/**
|
|
967
|
+
* Method to use when merging changes from queued pull requests. Can be one of: MERGE, SQUASH, REBASE. Defaults to `MERGE`.
|
|
968
|
+
*/
|
|
969
|
+
mergeMethod?: pulumi.Input<string>;
|
|
970
|
+
/**
|
|
971
|
+
* The minimum number of PRs that will be merged together in a group. Defaults to `1`.
|
|
972
|
+
*/
|
|
973
|
+
minEntriesToMerge?: pulumi.Input<number>;
|
|
974
|
+
/**
|
|
975
|
+
* The time merge queue should wait after the first PR is added to the queue for the minimum group size to be met. After this time has elapsed, the minimum group size will be ignored and a smaller group will be merged. Defaults to `5`.
|
|
976
|
+
*/
|
|
977
|
+
minEntriesToMergeWaitMinutes?: pulumi.Input<number>;
|
|
978
|
+
}
|
|
747
979
|
export interface RepositoryRulesetRulesPullRequest {
|
|
748
980
|
/**
|
|
749
|
-
*
|
|
981
|
+
* New, reviewable commits pushed will dismiss previous pull request review approvals. Defaults to `false`.
|
|
750
982
|
*/
|
|
751
983
|
dismissStaleReviewsOnPush?: pulumi.Input<boolean>;
|
|
752
984
|
/**
|
|
753
|
-
*
|
|
985
|
+
* Require an approving review in pull requests that modify files that have a designated code owner. Defaults to `false`.
|
|
754
986
|
*/
|
|
755
987
|
requireCodeOwnerReview?: pulumi.Input<boolean>;
|
|
756
988
|
/**
|
|
757
|
-
*
|
|
989
|
+
* Whether the most recent reviewable push must be approved by someone other than the person who pushed it. Defaults to `false`.
|
|
758
990
|
*/
|
|
759
991
|
requireLastPushApproval?: pulumi.Input<boolean>;
|
|
760
992
|
/**
|
|
761
|
-
*
|
|
993
|
+
* The number of approving reviews that are required before a pull request can be merged. Defaults to `0`.
|
|
762
994
|
*/
|
|
763
995
|
requiredApprovingReviewCount?: pulumi.Input<number>;
|
|
764
996
|
/**
|
|
765
|
-
*
|
|
997
|
+
* All conversations on code must be resolved before a pull request can be merged. Defaults to `false`.
|
|
766
998
|
*/
|
|
767
999
|
requiredReviewThreadResolution?: pulumi.Input<boolean>;
|
|
768
1000
|
}
|
|
1001
|
+
export interface RepositoryRulesetRulesRequiredCodeScanning {
|
|
1002
|
+
/**
|
|
1003
|
+
* Tools that must provide code scanning results for this rule to pass.
|
|
1004
|
+
*/
|
|
1005
|
+
requiredCodeScanningTools: pulumi.Input<pulumi.Input<inputs.RepositoryRulesetRulesRequiredCodeScanningRequiredCodeScanningTool>[]>;
|
|
1006
|
+
}
|
|
1007
|
+
export interface RepositoryRulesetRulesRequiredCodeScanningRequiredCodeScanningTool {
|
|
1008
|
+
/**
|
|
1009
|
+
* The severity level at which code scanning results that raise alerts block a reference update. Can be one of: `none`, `errors`, `errorsAndWarnings`, `all`.
|
|
1010
|
+
*/
|
|
1011
|
+
alertsThreshold: pulumi.Input<string>;
|
|
1012
|
+
/**
|
|
1013
|
+
* The severity level at which code scanning results that raise security alerts block a reference update. Can be one of: `none`, `critical`, `highOrHigher`, `mediumOrHigher`, `all`.
|
|
1014
|
+
*/
|
|
1015
|
+
securityAlertsThreshold: pulumi.Input<string>;
|
|
1016
|
+
/**
|
|
1017
|
+
* The name of a code scanning tool
|
|
1018
|
+
*/
|
|
1019
|
+
tool: pulumi.Input<string>;
|
|
1020
|
+
}
|
|
769
1021
|
export interface RepositoryRulesetRulesRequiredDeployments {
|
|
770
1022
|
/**
|
|
771
|
-
*
|
|
1023
|
+
* The environments that must be successfully deployed to before branches can be merged.
|
|
772
1024
|
*/
|
|
773
1025
|
requiredDeploymentEnvironments: pulumi.Input<pulumi.Input<string>[]>;
|
|
774
1026
|
}
|
|
775
1027
|
export interface RepositoryRulesetRulesRequiredStatusChecks {
|
|
776
1028
|
/**
|
|
777
|
-
*
|
|
1029
|
+
* Allow repositories and branches to be created if a check would otherwise prohibit it.
|
|
1030
|
+
*/
|
|
1031
|
+
doNotEnforceOnCreate?: pulumi.Input<boolean>;
|
|
1032
|
+
/**
|
|
1033
|
+
* Status checks that are required. Several can be defined.
|
|
778
1034
|
*/
|
|
779
1035
|
requiredChecks: pulumi.Input<pulumi.Input<inputs.RepositoryRulesetRulesRequiredStatusChecksRequiredCheck>[]>;
|
|
780
1036
|
/**
|
|
781
|
-
*
|
|
1037
|
+
* Whether pull requests targeting a matching branch must be tested with the latest code. This setting will not take effect unless at least one status check is enabled. Defaults to `false`.
|
|
782
1038
|
*/
|
|
783
1039
|
strictRequiredStatusChecksPolicy?: pulumi.Input<boolean>;
|
|
784
1040
|
}
|
|
785
1041
|
export interface RepositoryRulesetRulesRequiredStatusChecksRequiredCheck {
|
|
786
1042
|
/**
|
|
787
|
-
*
|
|
1043
|
+
* The status check context name that must be present on the commit.
|
|
788
1044
|
*/
|
|
789
1045
|
context: pulumi.Input<string>;
|
|
790
1046
|
/**
|
|
791
|
-
*
|
|
1047
|
+
* The optional integration ID that this status check must originate from.
|
|
792
1048
|
*/
|
|
793
1049
|
integrationId?: pulumi.Input<number>;
|
|
794
1050
|
}
|
|
@@ -798,15 +1054,15 @@ export interface RepositoryRulesetRulesTagNamePattern {
|
|
|
798
1054
|
*/
|
|
799
1055
|
name?: pulumi.Input<string>;
|
|
800
1056
|
/**
|
|
801
|
-
*
|
|
1057
|
+
* If true, the rule will fail if the pattern matches.
|
|
802
1058
|
*/
|
|
803
1059
|
negate?: pulumi.Input<boolean>;
|
|
804
1060
|
/**
|
|
805
|
-
*
|
|
1061
|
+
* The operator to use for matching. Can be one of: `startsWith`, `endsWith`, `contains`, `regex`.
|
|
806
1062
|
*/
|
|
807
1063
|
operator: pulumi.Input<string>;
|
|
808
1064
|
/**
|
|
809
|
-
*
|
|
1065
|
+
* The pattern to match with.
|
|
810
1066
|
*/
|
|
811
1067
|
pattern: pulumi.Input<string>;
|
|
812
1068
|
}
|
|
@@ -815,10 +1071,22 @@ export interface RepositorySecurityAndAnalysis {
|
|
|
815
1071
|
* The advanced security configuration for the repository. See Advanced Security Configuration below for details. If a repository's visibility is `public`, advanced security is always enabled and cannot be changed, so this setting cannot be supplied.
|
|
816
1072
|
*/
|
|
817
1073
|
advancedSecurity?: pulumi.Input<inputs.RepositorySecurityAndAnalysisAdvancedSecurity>;
|
|
1074
|
+
/**
|
|
1075
|
+
* The code security configuration for the repository. See Code Security below for details.
|
|
1076
|
+
*/
|
|
1077
|
+
codeSecurity?: pulumi.Input<inputs.RepositorySecurityAndAnalysisCodeSecurity>;
|
|
818
1078
|
/**
|
|
819
1079
|
* The secret scanning configuration for the repository. See Secret Scanning Configuration below for details.
|
|
820
1080
|
*/
|
|
821
1081
|
secretScanning?: pulumi.Input<inputs.RepositorySecurityAndAnalysisSecretScanning>;
|
|
1082
|
+
/**
|
|
1083
|
+
* The secret scanning ai detection configuration for the repository. See Secret Scanning AI Detection Configuration below for details.
|
|
1084
|
+
*/
|
|
1085
|
+
secretScanningAiDetection?: pulumi.Input<inputs.RepositorySecurityAndAnalysisSecretScanningAiDetection>;
|
|
1086
|
+
/**
|
|
1087
|
+
* The secret scanning non-provider patterns configuration for this repository. See Secret Scanning Non-Provider Patterns Configuration below for more details.
|
|
1088
|
+
*/
|
|
1089
|
+
secretScanningNonProviderPatterns?: pulumi.Input<inputs.RepositorySecurityAndAnalysisSecretScanningNonProviderPatterns>;
|
|
822
1090
|
/**
|
|
823
1091
|
* The secret scanning push protection configuration for the repository. See Secret Scanning Push Protection Configuration below for details.
|
|
824
1092
|
*/
|
|
@@ -830,15 +1098,33 @@ export interface RepositorySecurityAndAnalysisAdvancedSecurity {
|
|
|
830
1098
|
*/
|
|
831
1099
|
status: pulumi.Input<string>;
|
|
832
1100
|
}
|
|
1101
|
+
export interface RepositorySecurityAndAnalysisCodeSecurity {
|
|
1102
|
+
/**
|
|
1103
|
+
* The GitHub Pages site's build status e.g. `building` or `built`.
|
|
1104
|
+
*/
|
|
1105
|
+
status: pulumi.Input<string>;
|
|
1106
|
+
}
|
|
833
1107
|
export interface RepositorySecurityAndAnalysisSecretScanning {
|
|
834
1108
|
/**
|
|
835
|
-
*
|
|
1109
|
+
* The GitHub Pages site's build status e.g. `building` or `built`.
|
|
1110
|
+
*/
|
|
1111
|
+
status: pulumi.Input<string>;
|
|
1112
|
+
}
|
|
1113
|
+
export interface RepositorySecurityAndAnalysisSecretScanningAiDetection {
|
|
1114
|
+
/**
|
|
1115
|
+
* The GitHub Pages site's build status e.g. `building` or `built`.
|
|
1116
|
+
*/
|
|
1117
|
+
status: pulumi.Input<string>;
|
|
1118
|
+
}
|
|
1119
|
+
export interface RepositorySecurityAndAnalysisSecretScanningNonProviderPatterns {
|
|
1120
|
+
/**
|
|
1121
|
+
* The GitHub Pages site's build status e.g. `building` or `built`.
|
|
836
1122
|
*/
|
|
837
1123
|
status: pulumi.Input<string>;
|
|
838
1124
|
}
|
|
839
1125
|
export interface RepositorySecurityAndAnalysisSecretScanningPushProtection {
|
|
840
1126
|
/**
|
|
841
|
-
*
|
|
1127
|
+
* The GitHub Pages site's build status e.g. `building` or `built`.
|
|
842
1128
|
*/
|
|
843
1129
|
status: pulumi.Input<string>;
|
|
844
1130
|
}
|
|
@@ -887,15 +1173,15 @@ export interface TeamMembersMember {
|
|
|
887
1173
|
}
|
|
888
1174
|
export interface TeamSettingsReviewRequestDelegation {
|
|
889
1175
|
/**
|
|
890
|
-
* The algorithm to use when assigning pull requests to team members. Supported values are
|
|
1176
|
+
* The algorithm to use when assigning pull requests to team members. Supported values are 'ROUND_ROBIN' and 'LOAD_BALANCE'.
|
|
891
1177
|
*/
|
|
892
1178
|
algorithm?: pulumi.Input<string>;
|
|
893
1179
|
/**
|
|
894
|
-
* The number of team members to assign to a pull request
|
|
1180
|
+
* The number of team members to assign to a pull request.
|
|
895
1181
|
*/
|
|
896
1182
|
memberCount?: pulumi.Input<number>;
|
|
897
1183
|
/**
|
|
898
|
-
* whether to notify the entire team when at least one member is also assigned to the pull request
|
|
1184
|
+
* whether to notify the entire team when at least one member is also assigned to the pull request.
|
|
899
1185
|
*/
|
|
900
1186
|
notify?: pulumi.Input<boolean>;
|
|
901
1187
|
}
|