|
| 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 | +github: |
| 19 | + description: DevOps and Release for Apache Cloudberry (Incubating) |
| 20 | + homepage: https://cloudberry.apache.org |
| 21 | + labels: |
| 22 | + - mpp |
| 23 | + - big-data |
| 24 | + - data-warehouse |
| 25 | + - data-analysis |
| 26 | + - olap |
| 27 | + - distributed-database |
| 28 | + - database |
| 29 | + - postgres |
| 30 | + - postgresql |
| 31 | + - greenplum |
| 32 | + - cloudberry |
| 33 | + - ai |
| 34 | + - devops |
| 35 | + features: |
| 36 | + # Enable wiki for documentation |
| 37 | + wiki: false |
| 38 | + # Enable issues management |
| 39 | + issues: true |
| 40 | + # Enable projects for project management boards |
| 41 | + projects: false |
| 42 | + enabled_merge_buttons: |
| 43 | + # enable squash button: |
| 44 | + squash: true |
| 45 | + # disable merge button: |
| 46 | + merge: false |
| 47 | + # enable rebase button: |
| 48 | + rebase: true |
| 49 | + protected_branches: |
| 50 | + main: |
| 51 | + required_status_checks: |
| 52 | + # strict means "Require branches to be up to date before merging". |
| 53 | + strict: true |
| 54 | + required_pull_request_reviews: |
| 55 | + dismiss_stale_reviews: true |
| 56 | + required_approving_review_count: 1 |
| 57 | + # squash or rebase must be allowed in the repo for this setting to be set to true. |
| 58 | + required_linear_history: true |
| 59 | + |
| 60 | + required_signatures: false |
| 61 | + |
| 62 | + # requires all conversations to be resolved before merging is possible |
| 63 | + required_conversation_resolution: true |
| 64 | + del_branch_on_merge: true |
| 65 | + dependabot_alerts: true |
| 66 | + dependabot_updates: false |
| 67 | + protected_tags: |
| 68 | + - "[0-9]*.*" |
| 69 | +notifications: |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + pullrequests_bot_dependabot: [email protected] |
0 commit comments