Skip to content

Commit 88da28f

Browse files
committed
FAB-17777 Create basic settings.yaml
This represents the current settings of this repo. Signed-off-by: Ry Jones <ry@linux.com>
1 parent 22f762c commit 88da28f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/settings.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#
2+
# SPDX-License-Identifier: Apache-2.0
3+
#
4+
5+
repository:
6+
name: fabric-chaincode-java
7+
description: Hyperledger Fabric Contract and Chaincode implementation for Java
8+
https://wiki.hyperledger.org/display/fabric
9+
homepage: https://jira.hyperledger.org/issues/?jql=project+%3D+FAB+AND+component+%3D+fabric-chaincode-java
10+
default_branch: master
11+
has_downloads: true
12+
has_issues: false
13+
has_projects: false
14+
has_wiki: false
15+
archived: false
16+
private: false
17+
allow_squash_merge: false
18+
allow_merge_commit: true
19+
allow_rebase_merge: true

0 commit comments

Comments
 (0)