Polish labeler settings and support submodule (#3502)

* Polish labeler settings and support submodule

* Trigger labeler

* Add more labeler paths
This commit is contained in:
kezhenxu94 2019-09-22 17:27:26 +08:00 committed by 吴晟 Wu Sheng
parent 3fb9df36e7
commit 701d980f6b
2 changed files with 21 additions and 0 deletions

18
.github/labeler.yml vendored
View File

@ -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/**"

View 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 }}"