This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new cd7024051 ORC-2093: Remove `labeler` GitHub Action job
cd7024051 is described below
commit cd70240519fd7021ac5e1e6c3b1ac43ba26bf0e6
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Feb 13 20:44:57 2026 -0800
ORC-2093: Remove `labeler` GitHub Action job
### What changes were proposed in this pull request?
This PR aims to remove `labeler` GitHub Action job.
### Why are the changes needed?
We received an email from ASF infra team. We had better remove this in
order to follow the ASF Infra team's guideline correctly.
- https://lists.apache.org/thread/1wlz4k04zbcg98y3r28x3f5ks4082o93
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #2533 from dongjoon-hyun/ORC-2093.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/labeler.yml | 47 -------------------------------------------
.github/workflows/labeler.yml | 34 -------------------------------
2 files changed, 81 deletions(-)
diff --git a/.github/labeler.yml b/.github/labeler.yml
deleted file mode 100644
index 740333211..000000000
--- a/.github/labeler.yml
+++ /dev/null
@@ -1,47 +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.
-#
-
-INFRA:
- - ".github/**/*"
- - "appveyor.yml"
- - ".asf.yaml"
- - ".gitignore"
- - "dev/**/*"
- - "docker/**/*"
- - ".clang-format"
-BUILD:
- - "CMakeLists.txt"
- - "cmake_modules/**/*"
- - "proto/**/*"
- - "**/*pom.xml"
- - "conan/**/*"
-DOCS:
- - "site/**/*"
- - "**/README.md"
-EXAMPLES:
- - "examples/**/*"
-JAVA:
- - "java/**/*"
-CPP:
- - "c++/**/*"
- - "tools/**/*"
-MESON:
- - "**/meson.build"
- - "**/meson.options"
- - "subprojects/**/*"
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
deleted file mode 100644
index 5c25e72dd..000000000
--- a/.github/workflows/labeler.yml
+++ /dev/null
@@ -1,34 +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: "On pull requests"
-on: pull_request_target
-
-jobs:
- label:
- name: Label pull requests
- runs-on: ubuntu-latest
- permissions:
- contents: read
- pull-requests: write
- steps:
- - uses: actions/[email protected]
- with:
- repo-token: "${{ secrets.GITHUB_TOKEN }}"
- sync-labels: true