Skip to content

Commit

Permalink
chore: Add GitHub Settings (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman authored Apr 1, 2024
1 parent 9be9c6e commit 11e5705
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-awsutils
description: Terraform provider to help with various AWS automation tasks (mostly all that stuff we cannot accomplish with the official AWS terraform provider)
topics: ""

0 comments on commit 11e5705

Please sign in to comment.