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

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


The following commit(s) were added to refs/heads/master by this push:
     new 701d980  Polish labeler settings and support submodule (#3502)
701d980 is described below

commit 701d980f6b47394e3f1be8aa7a9e3c741ddf64c2
Author: kezhenxu94 <kezhenx...@apache.org>
AuthorDate: Sun Sep 22 17:27:26 2019 +0800

    Polish labeler settings and support submodule (#3502)
    
    * Polish labeler settings and support submodule
    
    * Trigger labeler
    
    * Add more labeler paths
---
 .github/labeler.yml           | 18 ++++++++++++++++++
 .github/workflows/labeler.yml |  3 +++
 2 files changed, 21 insertions(+)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index bba82b6..986e02b 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -8,11 +8,18 @@ agent:
 plugin:
   - "apm-sniffer/apm-sdk-plugin/**"
   - "apm-sniffer/optional-plugins/**"
+  - "oap-server/server-cluster-plugin/**"
+  - "oap-server/configuration/**"
+  - "oap-server/storage-plugin/**"
+  - "oap-server/telemetry/**"
+  - "oap-server/receiver-plugin/**"
 
 core feature:
   - "apm-sniffer/apm-agent-core/**"
   - "oap-server/server-core/**"
   - "oap-server/server-library/**"
+  - "oap-server/oal-grammar/**"
+  - "oap-server/oal-rt/**"
 
 docker:
   - "docker/**"
@@ -21,7 +28,18 @@ OAP-backend:
   - "oap-server/**"
 
 UI:
+  - "oap-server/server-query-plugin/**"
   - "skywalking-ui/**"
 
+submodule update:
+  - ".gitmodules"
+
+CI settings:
+  - "appveyor.yml"
+  - "Jenkinsfile"
+  - "Jenkinsfile-E2E"
+  - ".github/**"
+  - "tools/**"
+
 test:
   - "test/**"
\ No newline at end of file
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index d8351c0..38d2043 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -5,6 +5,9 @@ jobs:
   label:
     runs-on: ubuntu-latest
     steps:
+      - uses: actions/checkout@v1
+        with:
+          submodules: recursive
       - uses: actions/labeler@v2
         with:
           repo-token: "${{ secrets.GITHUB_TOKEN }}"

Reply via email to