Skip to content

Commit

Permalink
FAB-17777 Create basic settings.yaml (#46)
Browse files Browse the repository at this point in the history
* FAB-17777 Create basic settings.yaml

This represents the current settings of this repo.
Convert CODEOWNERS to pointer

Signed-off-by: Ry Jones <[email protected]>
  • Loading branch information
ryjones authored Apr 24, 2020
1 parent 48dbfbf commit 67864d8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
repository:
name: fabric-gateway-java
description: Hyperledger Fabric Gateway SDK for Java https://wiki.hyperledger.org/display/fabric
homepage: https://hyperledger.github.io/fabric-gateway-java/
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
3 changes: 2 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# SPDX-License-Identifier: Apache-2.0

# Fabric Gateway JAVA Maintainers
* @andrew-coleman @bestbeforetoday
* @hyperledger/fabric-gateway-java-maintainers

0 comments on commit 67864d8

Please sign in to comment.