Skip to content

Commit 5fc7c21

Browse files
Merge pull request #119 from saurabhraghuvanshii/label
update label action names
2 parents 690a049 + d7485ba commit 5fc7c21

1 file changed

Lines changed: 13 additions & 51 deletions

File tree

.github/labeler.yml

Lines changed: 13 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,26 @@
11
area/docs:
22
- changed-files:
33
- any-glob-to-any-file:
4-
- "docs/**/*"
4+
- "*.md"
5+
- "site/**/*.md"
6+
57
area/ci:
68
- changed-files:
79
- any-glob-to-any-file:
810
- ".github/**/*"
11+
912
component/ui:
1013
- changed-files:
1114
- any-glob-to-any-file:
12-
- "ui/**/*"
13-
- "provider-ui/**/*"
14-
component/server:
15-
- changed-files:
16-
- any-glob-to-any-file:
17-
- "server/**/*"
18-
area/models:
19-
- changed-files:
20-
- any-glob-to-any-file:
21-
- "server/meshmodel/**/*"
22-
component/mesheryctl:
23-
- changed-files:
24-
- any-glob-to-any-file:
25-
- "mesheryctl/**/*"
15+
- "site/src/**/*"
16+
- "site/gatsby-*.js"
17+
- "site/package.json"
18+
- "site/package-lock.json"
19+
2620
component/extensions:
2721
- changed-files:
2822
- any-glob-to-any-file:
29-
- "install/docker-extension/**/*"
30-
- "ui/components/ExtensionSandbox.js"
31-
- "ui/remote-component.config.js"
32-
area/lifecycle:
33-
- changed-files:
34-
- any-glob-to-any-file:
35-
- "install/*"
36-
kubernetes:
37-
- changed-files:
38-
- any-glob-to-any-file:
39-
- "install/deployment_yamls/*"
40-
- "install/kubernetes/**/*"
41-
framework/helm:
42-
- changed-files:
43-
- any-glob-to-any-file:
44-
- "install/kubernetes/helm/**/*"
45-
framework/graphql:
46-
- changed-files:
47-
- any-glob-to-any-file:
48-
- "server/internal/graphql/*"
49-
component/database:
50-
- changed-files:
51-
- any-glob-to-any-file:
52-
- "server/internal/sql/*"
53-
playground:
54-
- changed-files:
55-
- any-glob-to-any-file:
56-
- "install/playground/**/*"
57-
opa:
58-
- changed-files:
59-
- any-glob-to-any-file:
60-
- "*.rego"
61-
tests:
62-
- changed-files:
63-
- any-glob-to-any-file:
64-
- "ui/tests/**/*"
23+
- "build/**/*"
24+
- "site/**/*"
25+
- "Makefile"
26+
- "script.sh"

0 commit comments

Comments
 (0)