Polish labeler settings and support submodule (#3502)
* Polish labeler settings and support submodule * Trigger labeler * Add more labeler paths
This commit is contained in:
parent
3fb9df36e7
commit
701d980f6b
|
|
@ -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/**"
|
||||
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue