From b6eb0e24cb9b3e37fc22607e96009902ec29b899 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Wed, 9 Oct 2024 16:41:36 +0800 Subject: [PATCH 1/3] chore: Add asf.yaml --- .asf.yaml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .asf.yaml diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 000000000..7f4fb9625 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,43 @@ +# 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. + +# This file controls the settings of this repository +# +# See more details at +# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features + +notifications: + commits: commits@datafusion.apache.org + issues: github@datafusion.apache.org + pullrequests: github@datafusion.apache.org + jira_options: link label worklog +github: + description: "Extensible SQL Lexer and Parser for Rust" + labels: + - big-data + - rust + - sql + enabled_merge_buttons: + squash: true + merge: false + rebase: false + features: + issues: true + protected_branches: + main: + required_pull_request_reviews: + required_approving_review_count: 1 From d8cab8a1b2a9d70bccb337dc60d3e313b197a6f0 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Wed, 9 Oct 2024 16:55:23 +0800 Subject: [PATCH 2/3] Update .asf.yaml --- .asf.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 7f4fb9625..f9e659585 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -24,7 +24,6 @@ notifications: commits: commits@datafusion.apache.org issues: github@datafusion.apache.org pullrequests: github@datafusion.apache.org - jira_options: link label worklog github: description: "Extensible SQL Lexer and Parser for Rust" labels: From 24a3c9374605d32d3cce6fc0d1c677cff9b636a8 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Wed, 9 Oct 2024 23:02:00 +0800 Subject: [PATCH 3/3] Update .asf.yaml Co-authored-by: Andrew Lamb --- .asf.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index f9e659585..8ad476f12 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -36,7 +36,3 @@ github: rebase: false features: issues: true - protected_branches: - main: - required_pull_request_reviews: - required_approving_review_count: 1