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

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


The following commit(s) were added to refs/heads/master by this push:
     new b72e0d9172 [github](labeler) remove scope labeler (#21789)
b72e0d9172 is described below

commit b72e0d9172bc2967423b6a8ed0ad90ee401d4d49
Author: Mingyu Chen <[email protected]>
AuthorDate: Thu Jul 13 16:13:58 2023 +0800

    [github](labeler) remove scope labeler (#21789)
    
    Scope labeler is useless now, I think we can remove it.
---
 .github/workflows/labeler/scope-label-conf.yml | 49 --------------------------
 .github/workflows/scope-label.yml              | 42 ----------------------
 2 files changed, 91 deletions(-)

diff --git a/.github/workflows/labeler/scope-label-conf.yml 
b/.github/workflows/labeler/scope-label-conf.yml
deleted file mode 100644
index 88965ed4b7..0000000000
--- a/.github/workflows/labeler/scope-label-conf.yml
+++ /dev/null
@@ -1,49 +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.
-#
-
-kind/docs:
-  - docs/**/*
-  - README.md
-  - ./**/README.md
-  - CONTRIBUTING.md
-  - CODE_OF_CONDUCT.md
-  - CODE_OF_CONDUCT_CN.md
-
-kind/test:
-  - regression-test/**/*.groovy
-  - regression-test/**/*.sql
-
-area/docker:
-  - docker/runtime/*
-
-area/nereids:
-  - fe/fe-core/src/main/java/org/apache/doris/nereids/**/*
-  - fe/fe-core/src/main/antlr4/org/apache/doris/nereids/**/*
-  - fe/fe-core/src/test/java/org/apache/doris/nereids/**/*
-
-area/planner:
-  - fe/fe-core/src/main/java/org/apache/doris/planner/**/*
-  - fe/fe-core/src/main/java/org/apache/doris/analysis/**/*
-
-area/load:
-  - fe/fe-core/src/main/java/org/apache/doris/load/*
-  - fe/fe-core/src/main/java/org/apache/doris/load/**/*
-
-area/pipeline:
-  - be/src/pipeline/**/*
-
diff --git a/.github/workflows/scope-label.yml 
b/.github/workflows/scope-label.yml
deleted file mode 100644
index ba88dbbb02..0000000000
--- a/.github/workflows/scope-label.yml
+++ /dev/null
@@ -1,42 +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: Add Scope Labeler
-
-on:
-  pull_request_target:
-    types:
-      - opened
-      - synchronize
-
-jobs:
-  process:
-    name: Process
-    runs-on: ubuntu-latest
-    steps:
-      - uses: actions/checkout@v2
-      - name: Assign GitHub labels
-        if: |
-          github.event_name == 'pull_request_target' &&
-            (github.event.action == 'opened' ||
-             github.event.action == 'synchronize')
-        uses: actions/[email protected]
-        with:
-          repo-token: ${{ secrets.GITHUB_TOKEN }}
-          configuration-path: .github/workflows/labeler/scope-label-conf.yml
-          sync-labels: true


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to