From 3cc16ab7564d485862859fc985f4316ac00b1ff2 Mon Sep 17 00:00:00 2001 From: Ry Jones Date: Tue, 21 Apr 2020 23:09:56 -0700 Subject: [PATCH] FAB-17777 Create basic settings.yaml (#165) 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 00000000..85a3d0da --- /dev/null +++ b/.github/settings.yml @@ -0,0 +1,14 @@ +repository: + name: fabric-samples + 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