Skip to content

Commit 15b6449

Browse files
committed
yamllint
1 parent 07d5641 commit 15b6449

1 file changed

Lines changed: 44 additions & 44 deletions

File tree

.github/labeler.yml

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,94 @@
11
"task:all":
22
- changed-files:
3-
- any-glob-to-any-file:
4-
- "tasks/**/all"
3+
- any-glob-to-any-file:
4+
- "tasks/**/all"
55

66
"task:mpi":
77
- changed-files:
8-
- any-glob-to-any-file:
9-
- "tasks/**/mpi"
8+
- any-glob-to-any-file:
9+
- "tasks/**/mpi"
1010

1111
"task:omp":
1212
- changed-files:
13-
- any-glob-to-any-file:
14-
- "tasks/**/omp"
13+
- any-glob-to-any-file:
14+
- "tasks/**/omp"
1515

1616
"task:seq":
1717
- changed-files:
18-
- any-glob-to-any-file:
19-
- "tasks/**/seq"
18+
- any-glob-to-any-file:
19+
- "tasks/**/seq"
2020

2121
"task:stl":
2222
- changed-files:
23-
- any-glob-to-any-file:
24-
- "tasks/**/stl"
23+
- any-glob-to-any-file:
24+
- "tasks/**/stl"
2525

2626
"task:tbb":
2727
- changed-files:
28-
- any-glob-to-any-file:
29-
- "tasks/**/tbb"
28+
- any-glob-to-any-file:
29+
- "tasks/**/tbb"
3030

3131
task:
3232
- changed-files:
33-
- any-glob-to-any-file:
34-
- "tasks/**"
33+
- any-glob-to-any-file:
34+
- "tasks/**"
3535

3636
ci:
3737
- changed-files:
38-
- any-glob-to-any-file:
39-
- ".github/**"
40-
- "appveyor.yml"
38+
- any-glob-to-any-file:
39+
- ".github/**"
40+
- "appveyor.yml"
4141

4242
"modules:performance":
4343
- changed-files:
44-
- any-glob-to-any-file:
45-
- "modules/performance/**"
44+
- any-glob-to-any-file:
45+
- "modules/performance/**"
4646

4747
"modules:runners":
4848
- changed-files:
49-
- any-glob-to-any-file:
50-
- "modules/runners/**"
49+
- any-glob-to-any-file:
50+
- "modules/runners/**"
5151

5252
"modules:task":
5353
- changed-files:
54-
- any-glob-to-any-file:
55-
- "modules/task/**"
54+
- any-glob-to-any-file:
55+
- "modules/task/**"
5656

5757
"modules:util":
5858
- changed-files:
59-
- any-glob-to-any-file:
60-
- "modules/util/**"
59+
- any-glob-to-any-file:
60+
- "modules/util/**"
6161

6262
"3rdparty":
6363
- changed-files:
64-
- any-glob-to-any-file:
65-
- "3rdparty/**"
64+
- any-glob-to-any-file:
65+
- "3rdparty/**"
6666

6767
infrastructure:
6868
- changed-files:
69-
- any-glob-to-any-file:
70-
- "scripts/**"
71-
- "**/CMakeLists.txt"
72-
- "cmake/**"
73-
- ".clang-format"
74-
- ".clang-tidy"
75-
- ".gitignore"
76-
- ".gitmodules"
77-
- "codecov.yml"
78-
- "setup.cfg"
69+
- any-glob-to-any-file:
70+
- "scripts/**"
71+
- "**/CMakeLists.txt"
72+
- "cmake/**"
73+
- ".clang-format"
74+
- ".clang-tidy"
75+
- ".gitignore"
76+
- ".gitmodules"
77+
- "codecov.yml"
78+
- "setup.cfg"
7979

8080
python:
8181
- changed-files:
82-
- any-glob-to-any-file:
83-
- "**/requirements.txt"
82+
- any-glob-to-any-file:
83+
- "**/requirements.txt"
8484

8585
docs:
8686
- changed-files:
87-
- any-glob-to-any-file:
88-
- "docs/**"
89-
- "README.md"
87+
- any-glob-to-any-file:
88+
- "docs/**"
89+
- "README.md"
9090

9191
scoreboard:
9292
- changed-files:
93-
- any-glob-to-any-file:
94-
- "scoreboard/**"
93+
- any-glob-to-any-file:
94+
- "scoreboard/**"

0 commit comments

Comments
 (0)