From 3b2af3ab6bdad2f155a47acfa771f14fe5cc3df2 Mon Sep 17 00:00:00 2001 From: Igor Rodionov <496956+goruha@users.noreply.github.com> Date: Mon, 27 Apr 2026 12:41:41 +0300 Subject: [PATCH] Create .github/settings.yml for repo and environments Add GitHub settings for repository configuration and environments. --- .github/settings.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/settings.yml diff --git a/.github/settings.yml b/.github/settings.yml new file mode 100644 index 000000000..89b064295 --- /dev/null +++ b/.github/settings.yml @@ -0,0 +1,13 @@ +# Upstream changes from _extends are only recognized when modifications are made to this file in the default branch. +_extends: .github +repository: + name: docs + description: Terraform Reference Architecture for AWS, Datadog and GitHub Actions + homepage: docs.cloudposse.com + topics: kubernetes, markdown, aws, terraform, helm, k8s, helm-charts, kubectl, developer-portal, developer-documentation, cloud-architecture, helmfile + +environments: + - name: generate + deployment_branch_policy: + custom_branches: + - master