From fd4fb9f228576c639f5507f5a61747c3daeedc32 Mon Sep 17 00:00:00 2001 From: Ry Jones Date: Mon, 22 Jan 2024 09:22:55 -0800 Subject: [PATCH] Create settings.yml (#142) Signed-off-by: Ry Jones --- .github/settings.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/settings.yml diff --git a/.github/settings.yml b/.github/settings.yml new file mode 100644 index 00000000..1303db20 --- /dev/null +++ b/.github/settings.yml @@ -0,0 +1,18 @@ +# +# SPDX-License-Identifier: Apache-2.0 +# + +repository: + name: credo-ts-docs + description: Extension libraries for Aries Framework JavaScript + homepage: https://github.com/openwallet-foundation/credo-ts-docs + default_branch: main + has_downloads: false + has_issues: true + has_projects: false + has_wiki: false + archived: false + private: false + allow_squash_merge: true + allow_merge_commit: false + allow_rebase_merge: true