Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add settings.yml #303

Closed
wants to merge 1 commit into from
Closed
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
18 changes: 12 additions & 6 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -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