Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Add initial github settings.yml file
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Beck-Buysse <rbuysse@bitwise.io>
  • Loading branch information
rbuysse committed Mar 17, 2021
1 parent 63e2e37 commit 214da8d
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/settings.yml
@@ -0,0 +1,29 @@
# Copyright 2021 Cargill Incorporated
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

repository:
# See https://developer.github.com/v3/repos/#edit for all available settings.
name: sawtooth-core
description: Core repository for Sawtooth Distributed Ledger
homepage: https://wiki.hyperledger.org/display/sawtooth
topics: hyperledger, distributed-ledger, sawtooth, sawtooth-lake
private: false
has_issues: true
has_projects: false
has_wiki: false
has_downloads: false
default_branch: main
allow_squash_merge: false
allow_merge_commit: true
allow_rebase_merge: true

0 comments on commit 214da8d

Please sign in to comment.