mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
* ci: add pr label workflow Signed-off-by: liyang <daviderli614@gmail.com> * move permissions to jobs Signed-off-by: liyang <daviderli614@gmail.com> * add checkout step Signed-off-by: liyang <daviderli614@gmail.com> * add job permissions Signed-off-by: liyang <daviderli614@gmail.com> * custom sizes Signed-off-by: liyang <daviderli614@gmail.com> * Update .github/workflows/pr-labeling.yaml Co-authored-by: shuiyisong <113876041+shuiyisong@users.noreply.github.com> --------- Signed-off-by: liyang <daviderli614@gmail.com> Co-authored-by: shuiyisong <113876041+shuiyisong@users.noreply.github.com>
16 lines
277 B
YAML
16 lines
277 B
YAML
ci:
|
|
- changed-files:
|
|
- any-glob-to-any-file: .github/**
|
|
|
|
docker:
|
|
- changed-files:
|
|
- any-glob-to-any-file: docker/**
|
|
|
|
documentation:
|
|
- changed-files:
|
|
- any-glob-to-any-file: docs/**
|
|
|
|
dashboard:
|
|
- changed-files:
|
|
- any-glob-to-any-file: grafana/**
|