Skip to content

Commit 1de439f

Browse files
tongyimingmikatong
andauthored
fix: auto label (#1256)
Co-authored-by: mikatong <mikatong@tencent.com>
1 parent b10cbd9 commit 1de439f

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

.github/labeler-pr-triage.yml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,2 @@
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-
351
trigger_label_event:
362
- '*'

0 commit comments

Comments
 (0)