File tree Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change 1- github_actions :
2- - ' .github/*.yml'
3- - ' .github/workflows/*.yml'
4-
5- tests :
6- - any : ['tencentcloud/*_test.go']
7- all : ['!tencentcloud/basic_test.go', '!tencentcloud/commom_test.go']
8-
9- depend :
10- - ' go.mod'
11-
12- datasource :
13- - any : ['tencentcloud/data_source*.go']
14- all : ['!tencentcloud/data_source*_test.go']
15-
16- resource :
17- - any : ['tencentcloud/resource*.go']
18- all : ['!tencentcloud/resource*_test.go']
19-
20- service :
21- - ' tencentcloud/service_*.go'
22-
23- extension :
24- - ' tencentcloud/extension_*.go'
25-
26- basic :
27- - ' tencentcloud/basic_test.go'
28- - ' tencentcloud/commom_test.go.go'
29- - ' tencentcloud/common.go'
30-
31- doc :
32- - ' website/**/*'
33- - ' README.md'
34-
351trigger_label_event :
362 - ' *'
You can’t perform that action at this time.
0 commit comments