From 5b417f99501bb86a5edbed64f3cace6a9e5be746 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Mon, 1 Apr 2024 14:32:40 +0200 Subject: [PATCH] Added settings.yml --- .github/settings.yml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 1ae78d03..8148a5c3 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -1,7 +1,13 @@ -# Upstream changes from _extends are only recognized when modifications are made to this file in the default branch. -_extends: .github +# These settings are synced to GitHub by https://probot.github.io/apps/settings/ +extends: cloudposse/.github + repository: - name: terraform-aws-cloudfront-s3-cdn - description: Terraform module to easily provision CloudFront CDN backed by an S3 origin - homepage: https://cloudposse.com/accelerate - topics: terraform, terraform-module, cloudfront, aws, cloudfront-logs, s3, cdn, hcl2 + # A URL with more information about the repository + homepage: https://cloudposse.com + + # Either `true` to enable projects for this repository, or `false` to disable them. + # If projects are disabled for the organization, passing `true` will cause an API error. + has_projects: false + + # Either `true` to enable the wiki for this repository, `false` to disable it. + has_wiki: false