Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ usage: |-
description: "A basic repository with standard settings"
homepage_url: "https://github.com/my-organization/my-basic-repo"
visibility: "private"
default_branch: "main"
topics:
- terraform
- github
Expand Down Expand Up @@ -98,7 +97,6 @@ usage: |-
topics:
- terraform
- github
default_branch: "main"
visibility: "private"

# Common features
Expand Down
3 changes: 0 additions & 3 deletions examples/stacks/catalog/github/repo/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ components:
topics:
- terraform
- github
default_branch: "main"
visibility: "private"

auto_init: true
Expand All @@ -31,7 +30,6 @@ components:
has_discussions: false
has_projects: false
has_wiki: false
has_downloads: false

allow_merge_commit: true
allow_squash_merge: true
Expand All @@ -46,7 +44,6 @@ components:
web_commit_signoff_required: true
delete_branch_on_merge: true

ignore_vulnerability_alerts_during_read: true
allow_update_branch: true

security_and_analysis:
Expand Down
Loading