提交 701d980f 编写于 作者: K kezhenxu94 提交者: wu-sheng

Polish labeler settings and support submodule (#3502)

* Polish labeler settings and support submodule

* Trigger labeler

* Add more labeler paths
上级 3fb9df36
......@@ -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
......@@ -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 }}"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册