1+ #
2+ # Licensed to the Apache Software Foundation (ASF) under one or more
3+ # contributor license agreements. See the NOTICE file distributed with
4+ # this work for additional information regarding copyright ownership.
5+ # The ASF licenses this file to You under the Apache License, Version 2.0
6+ # (the "License"); you may not use this file except in compliance with
7+ # the License. You may obtain a copy of the License at
8+ #
9+ # http://www.apache.org/licenses/LICENSE-2.0
10+ #
11+ # Unless required by applicable law or agreed to in writing, software
12+ # distributed under the License is distributed on an "AS IS" BASIS,
13+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ # See the License for the specific language governing permissions and
15+ # limitations under the License.
16+ #
17+
18+ notifications :
19+ commits : commits@dubbo.apache.org
20+ issues : notifications@dubbo.apache.org
21+ pullrequests : notifications@dubbo.apache.org
22+ discussions : notifications@dubbo.apache.org
123github :
24+ homepage : https://dubbo.apache.org/
25+ description : " The ops and reference implementation for Apache Dubbo."
26+ labels :
27+ - go
28+ - rpc
29+ - microservices
30+ - admin
31+ - kubernetes
32+ - control-plane
33+ - service-mesh
34+ features :
35+ # Enable wiki for documentation
36+ wiki : true
37+ # Enable issue management
38+ issues : true
39+ # Enable projects for project management boards
40+ projects : true
41+ # Enable GitHub Discussions for community discussions
42+ discussions : true
243 protected_branches :
3- master :
4- foo : bar
5- master-0.2.0 :
6- foo : bar
44+ develop : {} # only disable force push
45+ java : {} # only disable force push
46+ enabled_merge_buttons :
47+ # enable squash button:
48+ squash : true
49+ # enable merge button:
50+ merge : false
51+ # disable rebase button:
52+ rebase : false
0 commit comments