Skip to content

Commit ef7e828

Browse files
committed
ci(workflows): fix indentation
1 parent 89bbcee commit ef7e828

File tree

6 files changed

+391
-389
lines changed

6 files changed

+391
-389
lines changed

.github/labeler.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
documentation:
3-
- changed-files:
4-
- any-glob-to-any-file: [doc/source/**/*, README.md]
3+
- changed-files:
4+
- any-glob-to-any-file: [doc/source/**/*, README.md]
55

6-
maintenance:
7-
- changed-files:
8-
- any-glob-to-any-file: [.github/**/*, pyproject.toml, tox.ini, .pre-commit-config.yaml]
6+
maintenance :
7+
- changed-files:
8+
- any-glob-to-any-file: [.github/**/*, pyproject.toml, tox.ini, .pre-commit-config.yaml]
99

10-
testing:
11-
- changed-files:
12-
- any-glob-to-any-file: [tests/*]
10+
testing :
11+
- changed-files:
12+
- any-glob-to-any-file: [tests/*]

.github/labels.yml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
---
2-
- name: bug
3-
description: Something isn't working
4-
color: d42a34
2+
- name: bug
3+
description: Something isn't working
4+
color: d42a34
55

6-
- name: dependencies
7-
description: Related with project dependencies
8-
color: ffc0cb
6+
- name: dependencies
7+
description: Related with project dependencies
8+
color: ffc0cb
99

10-
- name: documentation
11-
description: Improvements or additions to documentation
12-
color: 0677ba
10+
- name: documentation
11+
description: Improvements or additions to documentation
12+
color: 0677ba
1313

14-
- name: enhancement
15-
description: New features or code improvements
16-
color: FFD827
14+
- name: enhancement
15+
description: New features or code improvements
16+
color: FFD827
1717

18-
- name: good first issue
19-
description: Easy to solve for newcomers
20-
color: 62ca50
18+
- name: good first issue
19+
description: Easy to solve for newcomers
20+
color: 62ca50
2121

22-
- name: maintenance
23-
description: Package and maintenance related
24-
color: f78c37
22+
- name: maintenance
23+
description: Package and maintenance related
24+
color: f78c37
2525

26-
- name: release
27-
description: Anything related to an incoming release
28-
color: ffffff
26+
- name: release
27+
description: Anything related to an incoming release
28+
color: ffffff
2929

30-
- name: testing
31-
description: Anything related to testing
32-
color: 5802B8
30+
- name: testing
31+
description: Anything related to testing
32+
color: 5802B8
3333

34-
- name: graphics
35-
description: Anything related to graphics
36-
color: 5903A8
34+
- name: graphics
35+
description: Anything related to graphics
36+
color: 5903A8
3737

38-
- name: triage
39-
description: Need some assessment
40-
color: f78a50
38+
- name: triage
39+
description: Need some assessment
40+
color: f78a50
4141

42-
- name: top priority
43-
description: Must be fixed promptly
44-
color: ab8a50
42+
- name: top priority
43+
description: Must be fixed promptly
44+
color: ab8a50

0 commit comments

Comments
 (0)