dubbo.apache.org/dubbo-go/v3@v3.1.1/.asf.yaml (about)

     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      jira_options: link label link label
    23  github:
    24      homepage: https://dubbo.apache.org/
    25      description: "Go Implementation For Apache Dubbo ."
    26      labels:
    27          - go
    28          - rpc
    29          - microservices
    30          - http2
    31          - service-mesh
    32      features:
    33          # Enable wiki for documentation
    34          wiki: true
    35          # Enable issue management
    36          issues: true
    37          # Enable projects for project management boards
    38          projects: true
    39      protected_branches:
    40          master:
    41              # only disable force push
    42              foo: bar
    43          3.0:
    44              # only disable force push
    45              foo: bar
    46          3.1:
    47              # only disable force push
    48              foo: bar
    49      enabled_merge_buttons:
    50          # enable squash button:
    51          squash: true
    52          # enable merge button:
    53          merge: false
    54          # disable rebase button:
    55          rebase: false