Skip to content

Commit 0dc18de

Browse files
authored
Merge pull request #20848 from dvdksn/update-labeler-config
chore: update labeler config
2 parents 5ec60d9 + def7d92 commit 0dc18de

File tree

1 file changed

+67
-35
lines changed

1 file changed

+67
-35
lines changed

.github/labeler.yml

Lines changed: 67 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -5,114 +5,143 @@ area/release:
55
- _releaser/**
66
- netlify.toml
77

8+
area/config:
9+
- changed-files:
10+
- any-glob-to-any-file:
11+
- Dockerfile
12+
- Makefile
13+
- compose.yaml
14+
- docker-bake.hcl
15+
- hugo.yaml
16+
- pagefind.yml
17+
18+
area/contrib:
19+
- changed-files:
20+
- any-glob-to-any-file:
21+
- content/contribute/**
22+
- CONTRIBUTING.md
23+
24+
area/tests:
25+
- changed-files:
26+
- any-glob-to-any-file:
27+
- .htmltest.yml
28+
- .markdownlint.json
29+
- .vale.ini
30+
- _vale/**
31+
- scripts/test_*
32+
833
area/build:
934
- changed-files:
1035
- any-glob-to-any-file:
11-
- content/build/**
36+
- content/manuals/build/**
1237
- _vendor/github.com/moby/buildkit/**
1338
- _vendor/github.com/docker/buildx/**
14-
- content/engine/commandline/build*
39+
- content/reference/cli/docker/buildx/**
1540

1641
area/build-cloud:
1742
- changed-files:
1843
- any-glob-to-any-file:
19-
- content/build-cloud/**
44+
- content/manuals/build-cloud/**
2045

2146
area/compose:
2247
- changed-files:
2348
- any-glob-to-any-file:
24-
- content/compose/**
49+
- content/manuals/compose/**
50+
- content/reference/compose-file/**
2551
- _vendor/github.com/docker/compose/**
26-
- _vendor/github.com/compose-spec/compose-spec/**
2752

2853
area/desktop:
2954
- changed-files:
3055
- any-glob-to-any-file:
31-
- content/desktop/**
56+
- content/manuals/desktop/**
3257

3358
area/engine:
3459
- changed-files:
3560
- any-glob-to-any-file:
36-
- content/engine/**
37-
- content/config/**
61+
- content/manuals/engine/**
3862

3963
area/install:
4064
- changed-files:
4165
- any-glob-to-any-file:
42-
- content/desktop/install/**
43-
- content/engine/install/**
66+
- content/manuals/desktop/install/**
67+
- content/manuals/engine/install/**
4468

4569
area/swarm:
4670
- changed-files:
4771
- any-glob-to-any-file:
48-
- content/engine/swarm/**
72+
- content/manuals/engine/swarm/**
4973

5074
area/security:
5175
- changed-files:
5276
- any-glob-to-any-file:
53-
- content/security/**
77+
- content/manuals/security/**
78+
- content/manuals/engine/security/**
5479

5580
area/get-started:
5681
- changed-files:
5782
- any-glob-to-any-file:
5883
- content/get-started/**
59-
- content/language/**
84+
85+
area/guides:
86+
- changed-files:
87+
- any-glob-to-any-file:
88+
- content/guides/**
89+
- content/learning-paths/**
6090

6191
area/networking:
6292
- changed-files:
6393
- any-glob-to-any-file:
64-
- content/network/**
65-
- content/config/ipv6.md
94+
- content/manuals/engine/network/**
95+
- content/manuals/engine/daemon/ipv6.md
6696

6797
area/hub:
6898
- changed-files:
6999
- any-glob-to-any-file:
70-
- content/docker-hub/**
100+
- content/manuals/docker-hub/**
71101

72102
area/cli:
73103
- changed-files:
74104
- any-glob-to-any-file:
75-
- content/engine/reference/commandline/**
105+
- content/reference/cli/**
76106
- _vendor/github.com/docker/cli/**
107+
- _vendor/github.com/docker/scout-cli/**
108+
- data/engine-cli/**
109+
- data/buildx-cli/**
110+
- data/debug-cli/**
111+
- data/init-cli/**
77112

78113
area/api:
79114
- changed-files:
80115
- any-glob-to-any-file:
81-
- content/engine/api/**
82-
- content/docker-hub/api/**
116+
- content/reference/api/**
83117
- _vendor/github.com/moby/moby/docs/api/*
84118

85119
area/scout:
86120
- changed-files:
87121
- any-glob-to-any-file:
88-
- content/scout/**
122+
- content/manuals/scout/**
89123
- _vendor/github.com/docker/scout-cli/**
90124

91125
area/billing:
92126
- changed-files:
93127
- any-glob-to-any-file:
94-
- content/billing/**
128+
- content/manuals/billing/**
95129

96130
area/subscription:
97131
- changed-files:
98132
- any-glob-to-any-file:
99-
- content/subscription/**
133+
- content/manuals/subscription/**
100134

101135
area/admin:
102136
- changed-files:
103137
- any-glob-to-any-file:
104-
- content/admin/**
105-
106-
area/configuration:
107-
- changed-files:
108-
- any-glob-to-any-file:
109-
- content/config/**
138+
- content/manuals/admin/**
110139

111140
area/extensions:
112141
- changed-files:
113142
- any-glob-to-any-file:
114-
- content/extensions/**
115-
- content/extensions/extensions-sdk/**
143+
- content/manuals/extensions/**
144+
- content/reference/api/extensions-sdk/**
116145

117146
area/samples:
118147
- changed-files:
@@ -122,21 +151,24 @@ area/samples:
122151
area/storage:
123152
- changed-files:
124153
- any-glob-to-any-file:
125-
- content/storage/**
154+
- content/manuals/engine/storage/**
126155

127156
area/accounts:
128157
- changed-files:
129158
- any-glob-to-any-file:
130-
- content/accounts/**
159+
- content/manuals/accounts/**
131160

132161
hugo:
133162
- changed-files:
134163
- any-glob-to-any-file:
135-
- layouts/**
164+
- assets/**
136165
- hugo.yaml
137-
- tailwind.config.js
166+
- hugo_stats.json
167+
- i18n/**
168+
- layouts/**
138169
- postcss.config.js
139-
- assets/**
170+
- static/**
171+
- tailwind.config.js
140172

141173
dependencies:
142174
- changed-files:

0 commit comments

Comments
 (0)