|
| 1 | +# |
| 2 | +# Licensed to the Apache Software Foundation (ASF) under one |
| 3 | +# or more contributor license agreements. See the NOTICE file |
| 4 | +# distributed with this work for additional information |
| 5 | +# regarding copyright ownership. The ASF licenses this file |
| 6 | +# to you under the Apache License, Version 2.0 (the |
| 7 | +# "License"); you may not use this file except in compliance |
| 8 | +# with the License. You may obtain a copy of the License at |
| 9 | +# |
| 10 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | +# |
| 12 | +# Unless required by applicable law or agreed to in writing, |
| 13 | +# software distributed under the License is distributed on an |
| 14 | +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | +# KIND, either express or implied. See the License for the |
| 16 | +# specific language governing permissions and limitations |
| 17 | +# under the License. |
| 18 | +# |
| 19 | + |
| 20 | +github: |
| 21 | + description: "Apache Pulsar C++ client library" |
| 22 | + homepage: https://pulsar.apache.org/ |
| 23 | + labels: |
| 24 | + - pulsar |
| 25 | + - pubsub |
| 26 | + - messaging |
| 27 | + - streaming |
| 28 | + - queuing |
| 29 | + - event-streaming |
| 30 | + features: |
| 31 | + # Enable wiki for documentation |
| 32 | + wiki: true |
| 33 | + # Enable issues management |
| 34 | + issues: true |
| 35 | + # Enable projects for project management boards |
| 36 | + projects: true |
| 37 | + enabled_merge_buttons: |
| 38 | + # enable squash button: |
| 39 | + squash: true |
| 40 | + # disable merge button: |
| 41 | + merge: false |
| 42 | + # disable rebase button: |
| 43 | + rebase: false |
| 44 | + protected_branches: |
| 45 | + main: |
| 46 | + # required_status_checks: |
| 47 | + # # strict means "Require branches to be up to date before merging". |
| 48 | + # strict: false |
| 49 | + # # Contexts are the names of checks that must pass. |
| 50 | + # # See ./github/workflows/README.md for more documentation on this list. |
| 51 | + # contexts: |
| 52 | + # - Pulsar CI checks completed |
| 53 | + |
| 54 | + required_pull_request_reviews: |
| 55 | + dismiss_stale_reviews: false |
| 56 | + require_code_owner_reviews: true |
| 57 | + required_approving_review_count: 1 |
| 58 | + |
| 59 | + # squash or rebase must be allowed in the repo for this setting to be set to true. |
| 60 | + required_linear_history: true |
| 61 | + |
| 62 | + required_signatures: false |
| 63 | + |
| 64 | + # The following branch protections only ensure that force pushes are not allowed |
| 65 | + # branch-3.xxx: {} |
| 66 | + |
| 67 | + |
| 68 | +notifications: |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + jira_options: link label |
0 commit comments