This is an automated email from the ASF dual-hosted git repository.

zhangbutao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new c4f83bed382 HIVE-28647: Remove auto-assign reviewer github-actions 
(#5564)(Butao Zhang, reviewed by Ayush Saxena, Shohei Okumiya, Stamatis 
Zampetakis)
c4f83bed382 is described below

commit c4f83bed382d4c80e34dfa9b46e097b63795e82d
Author: Butao Zhang <[email protected]>
AuthorDate: Thu Nov 28 16:21:49 2024 +0800

    HIVE-28647: Remove auto-assign reviewer github-actions (#5564)(Butao Zhang, 
reviewed by Ayush Saxena, Shohei Okumiya, Stamatis Zampetakis)
---
 .github/assign-by-files.yml       | 48 ---------------------------------------
 .github/workflows/auto-assign.yml | 29 -----------------------
 2 files changed, 77 deletions(-)

diff --git a/.github/assign-by-files.yml b/.github/assign-by-files.yml
deleted file mode 100644
index 31c1f2d8e65..00000000000
--- a/.github/assign-by-files.yml
+++ /dev/null
@@ -1,48 +0,0 @@
-# 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.
-
-# Important!
-# Before adding yourself please make sure that your userid is listed at:
-# https://github.com/orgs/apache/teams/hive-committers/members
-# non-members can't be assigned for reviews - and the plugin will stop with an 
error!
----
-# thrift changes
-'**/*.thrift':
-  - klcopp
-# ddl changes
-'**/ddl/**':
-  - miklosgergely
-# driver related changes
-'**/ql/*@(Driver|Compiler|Executor)*.java':
-  - miklosgergely
-# schematool changes
-'**/schematool/**':
-  - miklosgergely
-# metatool changes
-'**/metatool/**':
-  - miklosgergely
-'**/tez/**/*.java':
-  - abstractdog
-'**/*Tez*java':
-  - abstractdog
-'**/*TopNKey*java':
-  - kasakrisz
-'**/*CardinalityPreserving*java':
-  - kasakrisz
-# llap stuff
-'**/*Llap*java':
-  - pgaref
-
diff --git a/.github/workflows/auto-assign.yml 
b/.github/workflows/auto-assign.yml
deleted file mode 100644
index 4f3668f1dc7..00000000000
--- a/.github/workflows/auto-assign.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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.
-
-name: "Auto Assign"
-on:
-  - pull_request_target
-
-jobs:
-  assign_reviewer:
-    runs-on: ubuntu-latest
-    if: github.repository_owner == 'apache'
-    steps:
-    - uses: shufo/[email protected]
-      with:
-        config: '.github/assign-by-files.yml'
-        token: ${{ secrets.GITHUB_TOKEN }}

Reply via email to