diff --git a/infra/providers/index.ts b/infra/providers/index.ts index 2ee3d32770..38685e400f 100644 --- a/infra/providers/index.ts +++ b/infra/providers/index.ts @@ -82,6 +82,7 @@ function tfProviderProtection(provider: string) { new github.BranchProtection(`${provider}-${branch}-branchprotection`, { repositoryId: `pulumi-${provider}`, pattern: `${branch}`, + enforceAdmins: true, requiredStatusChecks: [{ strict: false, contexts: requiredChecks,