From 8e964d7a48b466522c868661690de875b0a2a54c Mon Sep 17 00:00:00 2001 From: Ry Jones Date: Tue, 2 Mar 2021 07:39:34 -0800 Subject: [PATCH] Add settings file. 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 0000000000..9cba96552b --- /dev/null +++ b/.github/settings.yml @@ -0,0 +1,18 @@ +# +# SPDX-License-Identifier: Apache-2.0 +# + +repository: + name: indy-plenum + description: Plenum Byzantine Fault Tolerant Protocol + homepage: https://wiki.hyperledger.org/display/indy + default_branch: master + has_downloads: true + has_issues: true + has_projects: false + has_wiki: true + archived: false + private: false + allow_squash_merge: true + allow_merge_commit: true + allow_rebase_merge: true