Skip to content

Commit

Permalink
add archived option, was missing (#162)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato authored Jun 25, 2024
1 parent fe90a90 commit d81eedd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ func main() {
AllowRebaseMerge: pulumi.Bool(repo.AllowRebaseMerge),
AllowSquashMerge: pulumi.Bool(repo.AllowSquashMerge),
AutoInit: pulumi.Bool(repo.AutoInit),
Archived: pulumi.Bool(repo.Archived),
DeleteBranchOnMerge: pulumi.Bool(repo.DeleteBranchOnMerge),
HasDiscussions: pulumi.Bool(repo.HasDiscussions),
HasDownloads: pulumi.Bool(repo.HasDownloads),
Expand Down

0 comments on commit d81eedd

Please sign in to comment.