From f7a7b04bdcc2436516062f9a3b1b5707e0cf3176 Mon Sep 17 00:00:00 2001 From: Ry Jones Date: Tue, 21 Apr 2020 13:54:12 -0700 Subject: [PATCH] FAB-17777 Create basic settings.yaml This represents the current settings of this repo. Signed-off-by: Ry Jones --- .github/settings.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/settings.yml diff --git a/.github/settings.yml b/.github/settings.yml new file mode 100644 index 0000000..aa6b4fe --- /dev/null +++ b/.github/settings.yml @@ -0,0 +1,14 @@ +repository: + name: fabric-protos-go + description: null + homepage: https://wiki.hyperledger.org/display/fabric + default_branch: master + has_downloads: true + has_issues: false + has_projects: false + has_wiki: false + archived: false + private: false + allow_squash_merge: true + allow_merge_commit: false + allow_rebase_merge: true