Skip to content

Commit 48d7abc

Browse files
committed
chore(labeler): align syntax
Signed-off-by: CrazyMax <[email protected]>
1 parent d75ba52 commit 48d7abc

File tree

1 file changed

+43
-44
lines changed

1 file changed

+43
-44
lines changed

.github/labeler.yml

Lines changed: 43 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -3,153 +3,152 @@ area/project:
33
- all:
44
- changed-files:
55
- any-glob-to-any-file:
6-
- .github/**
7-
- LICENSE
8-
- AUTHORS
9-
- MAINTAINERS
10-
- PROJECT.md
11-
- README.md
12-
- .gitignore
13-
- codecov.yml
14-
- all-globs-to-all-files: "!.github/workflows/*"
6+
- '.github/**'
7+
- 'LICENSE'
8+
- 'AUTHORS'
9+
- 'MAINTAINERS'
10+
- 'PROJECT.md'
11+
- 'README.md'
12+
- '.gitignore'
13+
- 'codecov.yml'
14+
- all-globs-to-all-files: '!.github/workflows/*'
1515

1616
# Add 'ci' label to changes in the .github/workflows folder
1717
area/ci:
1818
- changed-files:
19-
- any-glob-to-any-file: ".github/workflows/**"
19+
- any-glob-to-any-file: '.github/workflows/**'
2020

2121
# Add 'tests' label to changes in test files
2222
area/testing:
2323
- changed-files:
2424
- any-glob-to-any-file:
25-
- tests/**
26-
- "**/*_test.go"
25+
- 'tests/**'
26+
- '**/*_test.go'
2727

2828
# area:api
2929
area/api:
3030
- changed-files:
31-
- any-glob-to-any-file: "api/**"
31+
- any-glob-to-any-file: 'api/**'
3232

3333
# area:storage
3434
area/storage:
3535
- changed-files:
3636
- any-glob-to-any-file:
37-
- "cache/**"
38-
- "snapshot/**"
39-
- all-globs-to-all-files: "!cache/remotecache/**"
37+
- 'cache/**'
38+
- 'snapshot/**'
39+
- all-globs-to-all-files: '!cache/remotecache/**'
4040

4141
# area:remotecache
4242
area/remotecache:
4343
- changed-files:
44-
- any-glob-to-any-file: "cache/remotecache/**"
44+
- any-glob-to-any-file: 'cache/remotecache/**'
4545

4646
# area:client
4747
area/client:
4848
- changed-files:
49-
- any-glob-to-any-file: "client/**"
49+
- any-glob-to-any-file: 'client/**'
5050

5151
# area:llb
5252
area/llb:
5353
- changed-files:
54-
- any-glob-to-any-file: "client/llb/**"
54+
- any-glob-to-any-file: 'client/llb/**'
5555

5656
# area:buildctl
5757
area/buildctl:
5858
- changed-files:
59-
- any-glob-to-any-file: "cmd/buildctl/**"
59+
- any-glob-to-any-file: 'cmd/buildctl/**'
6060

6161
# area:buildkitd
6262
area/buildkitd:
6363
- changed-files:
64-
- any-glob-to-any-file: "cmd/buildkitd/**"
64+
- any-glob-to-any-file: 'cmd/buildkitd/**'
6565

6666
# area:dependencies
6767
area/dependencies:
6868
- changed-files:
6969
- any-glob-to-any-file:
70-
- go.mod
71-
- go.sum
72-
- vendor/**
73-
- tools/**
70+
- 'go.mod'
71+
- 'go.sum'
72+
- 'vendor/**'
73+
- 'tools/**'
7474

7575
# area:docs
7676
area/docs:
7777
- changed-files:
7878
- any-glob-to-any-file:
79-
- "docs/**"
80-
- "frontend/dockerfile/docs/**"
79+
- 'docs/**'
80+
- 'frontend/dockerfile/docs/**'
8181

8282
# area:dockerfile
8383
area/dockerfile:
8484
- changed-files:
85-
- any-glob-to-any-file: "frontend/dockerfile/**"
85+
- any-glob-to-any-file: 'frontend/dockerfile/**'
8686

8787
# area:dockerfile/checks
8888
area/dockerfile/checks:
8989
- changed-files:
9090
- any-glob-to-any-file:
91-
- "frontend/dockerfile/linter"
92-
- "frontend/dockerfile/subrequests/lint"
91+
- 'frontend/dockerfile/linter'
92+
- 'frontend/dockerfile/subrequests/lint'
9393

9494
# area:examples
9595
area/examples:
9696
- changed-files:
97-
- any-glob-to-any-file: "examples/**"
97+
- any-glob-to-any-file: 'examples/**'
9898

9999
# area:executor
100100
area/executor:
101101
- changed-files:
102-
- any-glob-to-any-file: "executor/**"
102+
- any-glob-to-any-file: 'executor/**'
103103

104104
# area:exporter
105105
area/exporter:
106106
- changed-files:
107-
- any-glob-to-any-file: "exporter/**"
107+
- any-glob-to-any-file: 'exporter/**'
108108

109109
# area:frontend
110110
area/frontend:
111111
- changed-files:
112-
- any-glob-to-any-file: "frontend/**"
112+
- any-glob-to-any-file: 'frontend/**'
113113

114114
# area:hack
115115
area/hack:
116116
- changed-files:
117-
- any-glob-to-any-file: "hack/**"
117+
- any-glob-to-any-file: 'hack/**'
118118

119119
# area:session
120120
area/session:
121121
- changed-files:
122-
- any-glob-to-any-file: "session/**"
122+
- any-glob-to-any-file: 'session/**'
123123

124124
# area:solver
125125
area/solver:
126126
- changed-files:
127127
- any-glob-to-any-file:
128-
- "control/**"
129-
- "solver/**"
128+
- 'control/**'
129+
- 'solver/**'
130130

131131
# area:source
132132
area/source:
133133
- changed-files:
134-
- any-glob-to-any-file: "source/**"
134+
- any-glob-to-any-file: 'source/**'
135135

136136
# area:sourcepolicy
137137
area/sourcepolicy:
138138
- changed-files:
139-
- any-glob-to-any-file: "sourcepolicy/**"
139+
- any-glob-to-any-file: 'sourcepolicy/**'
140140

141141
# area:util
142142
area/util:
143143
- changed-files:
144-
- any-glob-to-any-file: "util/**"
144+
- any-glob-to-any-file: 'util/**'
145145

146146
# area:worker
147147
area/worker:
148148
- changed-files:
149-
- any-glob-to-any-file: "worker/**"
149+
- any-glob-to-any-file: 'worker/**'
150150

151151
# area:windows
152152
area/windows:
153153
- changed-files:
154-
- any-glob-to-any-file:
155-
- "**/*_windows.go"
154+
- any-glob-to-any-file: '**/*_windows.go'

0 commit comments

Comments
 (0)