diff --git a/.github/settings.yml b/.github/settings.yml new file mode 100644 index 0000000..f132bf4 --- /dev/null +++ b/.github/settings.yml @@ -0,0 +1,17 @@ +# +# SPDX-License-Identifier: Apache-2.0 +# + +repository: + name: minbft + description: Implementation of MinBFT consensus protocol. + default_branch: main + has_downloads: false + has_issues: true + has_projects: false + has_wiki: false + archived: true + private: false + allow_squash_merge: true + allow_merge_commit: false + allow_rebase_merge: true \ No newline at end of file diff --git a/README.md b/README.md index 92d61dd..1e902e7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +![Status Badge](https://img.shields.io/badge/Status-archived-red) + +**NOTE:** This lab has been archived and is no longer being maintained. + [![GitHub Actions](https://github.com/hyperledger-labs/minbft/workflows/Continuous%20integration/badge.svg)](https://github.com/hyperledger-labs/minbft/actions) [![GoDoc](https://godoc.org/github.com/hyperledger-labs/minbft?status.svg)](https://godoc.org/github.com/hyperledger-labs/minbft) [![Go Report Card](https://goreportcard.com/badge/github.com/hyperledger-labs/minbft)](https://goreportcard.com/report/github.com/hyperledger-labs/minbft)