This is an automated email from the ASF dual-hosted git repository. kirs pushed a commit to branch CalvinKirs-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
commit 5fdd14662d9f89c0911c73a0a6a987568b957df4 Author: Calvin Kirs <k...@apache.org> AuthorDate: Tue Jan 2 17:39:24 2024 +0800 Use .asf.yaml to manage GitHub settings .asf.yaml is a configuration file that a project may use to control various features such as notification schemes, website staging, GitHub settings, and Pelican builds. how to use: this:https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+featuresā³ Set the code merge method to squash Set GitHub notifications to: commits@apache.o.g Set protected_branches --- .asf.yaml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 00000000..cfb2ed0e --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,40 @@ +# 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. +# + +github: + description: Global-Scale Sustainable Blockchain Fabric + #homepage: resilientdb.apache.org + labels: + - crypto + - smart-contracts + - blockchain + - solidity + - distributed-database + - key-value-database + - distributed-ledger + - blockchain-platform + - utxo + enabled_merge_buttons: + squash: true + merge: false + rebase: false + protected_branches: + master: + +notifications: + commits: comm...@resilientdb.apache.org + issues: comm...@resilientdb.apache.org + pullrequests: comm...@resilientdb.apache.org