1616#
1717
1818component/agent :
19- - ' inlong-agent/**/*'
19+ - changed-files :
20+ - any-glob-to-any-file : ' inlong-agent/**/*'
2021
2122component/dataproxy :
22- - ' inlong-dataproxy/**/*'
23+ - changed-files :
24+ - any-glob-to-any-file : ' inlong-dataproxy/**/*'
2325
2426component/manager :
25- - ' inlong-manager/**/*'
27+ - changed-files :
28+ - any-glob-to-any-file : ' inlong-manager/**/*'
2629
2730component/sort :
28- - ' inlong-sort/**/*'
29- - ' inlong-sort-standalone/**/*'
31+ - changed-files :
32+ - any-glob-to-any-file :
33+ - ' inlong-sort/**/*'
34+ - ' inlong-sort-standalone/**/*'
3035
3136component/tubemq :
32- - ' inlong-tubemq/**/*'
37+ - changed-files :
38+ - any-glob-to-any-file : ' inlong-tubemq/**/*'
3339
3440component/dashboard :
35- - ' inlong-dashboard/**/*'
41+ - changed-files :
42+ - any-glob-to-any-file : ' inlong-dashboard/**/*'
3643
3744component/audit :
38- - ' inlong-audit/**/*'
45+ - changed-files :
46+ - any-glob-to-any-file : ' inlong-audit/**/*'
3947
4048component/sdk :
41- - ' inlong-sdk/**/*'
49+ - changed-files :
50+ - any-glob-to-any-file : ' inlong-sdk/**/*'
4251
4352service/ci :
44- - ' .github/actions/**/*'
45- - ' .github/workflows/**/*'
46- - ' .github/labeler.yml'
47- - ' .github/PULL_REQUEST_TEMPLATE.md'
48- - ' .github/ISSUE_TEMPLATE/**/*'
53+ - changed-files :
54+ - any-glob-to-any-file :
55+ - ' .github/actions/**/*'
56+ - ' .github/workflows/**/*'
57+ - ' .github/labeler.yml'
58+ - ' .github/PULL_REQUEST_TEMPLATE.md'
59+ - ' .github/ISSUE_TEMPLATE/**/*'
4960
5061service/docker :
51- - ' **/Dockerfile'
52- - ' **/*-docker.sh'
53- - ' inlong-agent/agent-docker/**/*'
54- - ' inlong-audit/audit-docker/**/*'
55- - ' inlong-dataproxy/dataproxy-docker/**/*'
56- - ' inlong-manager/manager-docker/**/*'
57- - ' inlong-tubemq/tubemq-docker/**/*'
58- - ' docker/docker-compose/**/*'
59- - ' docker/build-docker-images.sh'
60- - ' docker/publish-by-arch.sh'
62+ - changed-files :
63+ - any-glob-to-any-file :
64+ - ' **/Dockerfile'
65+ - ' **/*-docker.sh'
66+ - ' inlong-agent/agent-docker/**/*'
67+ - ' inlong-audit/audit-docker/**/*'
68+ - ' inlong-dataproxy/dataproxy-docker/**/*'
69+ - ' inlong-manager/manager-docker/**/*'
70+ - ' inlong-tubemq/tubemq-docker/**/*'
71+ - ' docker/docker-compose/**/*'
72+ - ' docker/build-docker-images.sh'
73+ - ' docker/publish-by-arch.sh'
6174
6275service/k8s :
63- - ' .github/ct.yml'
64- - ' .github/kind.yml'
65- - ' docker/kubernetes/**/*'
66- - ' inlong-tubemq/tubemq-docker/tubemq-k8s/**/*'
76+ - changed-files :
77+ - any-glob-to-any-file :
78+ - ' .github/ct.yml'
79+ - ' .github/kind.yml'
80+ - ' docker/kubernetes/**/*'
81+ - ' inlong-tubemq/tubemq-docker/tubemq-k8s/**/*'
0 commit comments