Skip to content

Commit 27d6d95

Browse files
committed
feat: Update labeler config
1 parent f56d47f commit 27d6d95

File tree

1 file changed

+33
-30
lines changed

1 file changed

+33
-30
lines changed

.github/labeler.yml

Lines changed: 33 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,50 @@
1-
21
docs:
3-
- changed-files:
4-
- any-glob-to-any-file: 'docs/*'
2+
- changed-files:
3+
- any-glob-to-any-file: "docs/*"
54

65
action:
7-
- changed-files:
8-
- any-glob-to-any-file: '.github/action/*'
6+
- changed-files:
7+
- any-glob-to-any-file: ".github/action/*"
98

109
extractor:
11-
- changed-files:
12-
- any-glob-to-any-file:
13-
- 'extractor/*'
14-
- 'tools/*'
10+
- changed-files:
11+
- any-glob-to-any-file:
12+
- "extractor/*"
13+
- "tools/*"
14+
15+
version:
16+
- changed-files:
17+
- any-glob-to-any-file: ".release.yml"
1518

1619
ql-library:
17-
- changed-files:
18-
- any-glob-to-any-file:
19-
- 'ql/lib/*'
20+
- changed-files:
21+
- any-glob-to-any-file:
22+
- "ql/lib/*"
2023

2124
ql-queries:
22-
- changed-files:
23-
- any-glob-to-any-file:
24-
- 'ql/src/*'
25+
- changed-files:
26+
- any-glob-to-any-file:
27+
- "ql/src/*"
2528

2629
ql-tests:
27-
- changed-files:
28-
- any-glob-to-any-file:
29-
- 'ql/test/*'
30+
- changed-files:
31+
- any-glob-to-any-file:
32+
- "ql/test/*"
3033

3134
# Languages
3235

3336
bicep:
34-
- changed-files:
35-
- any-glob-to-any-file:
36-
- ql/lib/codeql/bicep
37-
- ql/src/security/Bicep
38-
- test/library-tests/bicep
39-
- test/queries-tests/Bicep
37+
- changed-files:
38+
- any-glob-to-any-file:
39+
- ql/lib/codeql/bicep
40+
- ql/src/security/Bicep
41+
- test/library-tests/bicep
42+
- test/queries-tests/Bicep
4043

4144
terraform:
42-
- changed-files:
43-
- any-glob-to-any-file:
44-
- ql/lib/codeql/hcl
45-
- ql/src/security/Terraform
46-
- test/library-tests/hcl
47-
- test/queries-tests/Terraform
45+
- changed-files:
46+
- any-glob-to-any-file:
47+
- ql/lib/codeql/hcl
48+
- ql/src/security/Terraform
49+
- test/library-tests/hcl
50+
- test/queries-tests/Terraform

0 commit comments

Comments
 (0)