diff --git a/.github/settings.yml b/.github/settings.yml index 3a6695f..8148a5c 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-elasticache-memcached - description: Terraform Module for ElastiCache Memcached Cluster - homepage: https://cloudposse.com/accelerate - topics: terraform, terraform-modules, memcached, elasticache, aws, 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