This is an automated email from the ASF dual-hosted git repository. djwang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry-gpbackup-s3-plugin.git
The following commit(s) were added to refs/heads/main by this push: new 37f7ecf Add asf.yaml file 37f7ecf is described below commit 37f7ecfdebd8ddf8ed5b977a895790fd4c3e67b3 Author: Dianjin Wang <wangdian...@gmail.com> AuthorDate: Tue Nov 5 17:43:13 2024 +0800 Add asf.yaml file --- .asf.yaml | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..ff93d74 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,75 @@ +# +# 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: S3 plugin for Apache Cloudberry (Incubating) backup utility + homepage: https://cloudberry.apache.org + labels: + - mpp + - big-data + - data-warehouse + - data-analysis + - olap + - distributed-database + - database + - postgres + - postgresql + - greenplum + - cloudberry + - ai + - gpbackup + - s3plugin + features: + # Enable wiki for documentation + wiki: false + # Enable issues management + issues: true + # Enable projects for project management boards + projects: false + enabled_merge_buttons: + # enable squash button: + squash: true + # disable merge button: + merge: false + # enable rebase button: + rebase: true + protected_branches: + main: + required_status_checks: + # strict means "Require branches to be up to date before merging". + strict: true + required_pull_request_reviews: + dismiss_stale_reviews: false + required_approving_review_count: 1 + # squash or rebase must be allowed in the repo for this setting to be set to true. + required_linear_history: true + + required_signatures: false + + # requires all conversations to be resolved before merging is possible + required_conversation_resolution: true + del_branch_on_merge: true + dependabot_alerts: true + dependabot_updates: false + protected_tags: + - "v*.*.*" + - "[0-9]*.*" +notifications: + commits: commits@cloudberry.apache.org + issues: commits@cloudberry.apache.org + pullrequests: commits@cloudberry.apache.org + pullrequests_bot_dependabot: priv...@cloudberry.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org For additional commands, e-mail: commits-h...@cloudberry.apache.org