From 0021649bf0d0d4da140a62aec32b530bc4a67688 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Mon, 1 Apr 2024 14:32:54 +0200 Subject: [PATCH] Added settings.yml --- .github/settings.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/settings.yml diff --git a/.github/settings.yml b/.github/settings.yml new file mode 100644 index 0000000..8148a5c --- /dev/null +++ b/.github/settings.yml @@ -0,0 +1,13 @@ +# These settings are synced to GitHub by https://probot.github.io/apps/settings/ +extends: cloudposse/.github + +repository: + # 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