Skip to content

Commit

Permalink
chore: Add GitHub Settings (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman authored Apr 1, 2024
1 parent 832972e commit 9638f7f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# These settings are synced to GitHub by https://probot.github.io/apps/settings/
extends: cloudposse/.github

# Upstream changes from _extends are only recognized when modifications are made to this file in the default branch.
_extends: .github
repository:
# A URL with more information about the repository
homepage: https://cloudposse.com

homepage: https://cloudposse.com/accelerate
# 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
name: terraform-provider-utils
description: The Cloud Posse Terraform Provider for various utilities (e.g. deep merging, stack configuration management)
topics: terraform, terraform-providers, provider, utilities, utils, deep-merge, stack, config, configuration, configuration-management, spacelift

0 comments on commit 9638f7f

Please sign in to comment.