mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
FAB-17777 Create basic settings.yaml (#165)
This represents the current settings of this repo. Signed-off-by: Ry Jones <ry@linux.com>
This commit is contained in:
parent
a091687b9a
commit
3cc16ab756
1 changed files with 14 additions and 0 deletions
14
.github/settings.yml
vendored
Normal file
14
.github/settings.yml
vendored
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue