-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathlabeler.yaml
More file actions
61 lines (58 loc) · 1.72 KB
/
labeler.yaml
File metadata and controls
61 lines (58 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Labeler configuration
## core packages
"core:varlock":
- changed-files:
- any-glob-to-any-file: 'packages/varlock/**'
"core:parser":
- changed-files:
- any-glob-to-any-file: 'packages/env-spec-parser/**'
"core:vscode-plugin":
- changed-files:
- any-glob-to-any-file: 'packages/vscode-plugin/**'
"core:intellij-plugin":
- changed-files:
- any-glob-to-any-file: 'packages/intellij-plugin/**'
"core:website":
- changed-files:
- any-glob-to-any-file: 'packages/varlock-website/**'
"core:docs-mcp":
- changed-files:
- any-glob-to-any-file: 'packages/varlock-docs-mcp/**'
"core:ci-env-info":
- changed-files:
- any-glob-to-any-file: 'packages/ci-env-info/**'
"core:utils":
- changed-files:
- any-glob-to-any-file: 'packages/utils/**'
## integrations
"integration:nextjs":
- changed-files:
- any-glob-to-any-file: 'packages/integrations/nextjs/**'
"integration:vite":
- changed-files:
- any-glob-to-any-file: 'packages/integrations/vite/**'
"integration:astro":
- changed-files:
- any-glob-to-any-file: 'packages/integrations/astro/**'
## plugins
"plugin:1password":
- changed-files:
- any-glob-to-any-file: 'packages/plugins/1password/**'
"plugin:aws-secrets":
- changed-files:
- any-glob-to-any-file: 'packages/plugins/aws-secrets/**'
"plugin:azure-key-vault":
- changed-files:
- any-glob-to-any-file: 'packages/plugins/azure-key-vault/**'
"plugin:bitwarden":
- changed-files:
- any-glob-to-any-file: 'packages/plugins/bitwarden/**'
"plugin:google-secret-manager":
- changed-files:
- any-glob-to-any-file: 'packages/plugins/google-secret-manager/**'
"plugin:infisical":
- changed-files:
- any-glob-to-any-file: 'packages/plugins/infisical/**'
"plugin:pass":
- changed-files:
- any-glob-to-any-file: 'packages/plugins/pass/**'