未验证 提交 6e8d6197 编写于 作者: K kezhenxu94 提交者: GitHub

Try GitHub actions to automatically label pull requests (#3497)

* Try GitHub actions to automatically label pull requests

* Add more labels

* Add test label
上级 8ebf3aac
document:
- "**/*.md"
agent:
- "apm-sniffer/apm-sdk-plugin/**"
- "apm-sniffer/optional-plugins/**"
plugin:
- "apm-sniffer/apm-sdk-plugin/**"
- "apm-sniffer/optional-plugins/**"
core feature:
- "apm-sniffer/apm-agent-core/**"
- "oap-server/server-core/**"
- "oap-server/server-library/**"
docker:
- "docker/**"
OAP-backend:
- "oap-server/**"
UI:
- "skywalking-ui/**"
test:
- "test/**"
\ No newline at end of file
name: Labeler
on:
- pull_request
jobs:
label:
runs-on: ubuntu-latest
steps:
- 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.
先完成此消息的编辑!
想要评论请 注册