blob: b342afba5ef9c689d6dd608bbe725877ea8c1575 [file] [log] [blame]
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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.
#
# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
github:
description: "Apache Pegasus - A horizontally scalable, strongly consistent and high-performance key-value store"
homepage: https://pegasus.apache.org/
labels:
- pegasus
- key-value-store
- nosql
- distributed-database
features:
# Enable wiki for documentation
wiki: false
# Enable issues management
issues: true
# Enable projects for project management boards
projects: true
enabled_merge_buttons:
# enable squash button:
squash: true
# enable merge button:
merge: true
# enable rebase button:
rebase: true
protected_branches:
master:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: false
required_pull_request_reviews:
dismiss_stale_reviews: true
require_code_owner_reviews: false
required_approving_review_count: 2
required_signatures: false
required_linear_history: true
ci-test:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: false
required_pull_request_reviews:
dismiss_stale_reviews: true
require_code_owner_reviews: false
required_approving_review_count: 2
required_signatures: false
required_linear_history: true
collaborators:
- GehaFearless
- padmejin
- shalk
- WHBANG
notifications:
commits: commits@pegasus.apache.org
issues: dev@pegasus.apache.org
pullrequests: dev@pegasus.apache.org