Skip to content

Commit e822f00

Browse files
committed
fix: Permit creation of protected release branches
1 parent 651c978 commit e822f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ func ReleaseRepositoryRulesetArgs(repository *github.Repository, extraStatusChec
868868
},
869869
},
870870
Rules: &github.RepositoryRulesetRulesArgs{
871-
Creation: pulumi.Bool(true),
871+
Creation: pulumi.Bool(false),
872872
Update: pulumi.Bool(false),
873873
Deletion: pulumi.Bool(true),
874874
RequiredLinearHistory: pulumi.Bool(true),

0 commit comments

Comments
 (0)