Skip to content

Commit 05cc027

Browse files
authored
fix linting for github config (#736)
Signed-off-by: Sebastian Gumprich <sebastian.gumprich@telekom.de>
1 parent 7b209b8 commit 05cc027

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/labeler.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
---
22
mysql_hardening:
3-
- changed-files:
4-
- any-glob-to-any-file:
5-
- 'roles/mysql_hardening/**'
6-
- 'molecule/mysql_hardening/**'
7-
- '.github/workflows/mysql_hardening.yml'
3+
- changed-files:
4+
- any-glob-to-any-file:
5+
- roles/mysql_hardening/**
6+
- molecule/mysql_hardening/**
7+
- .github/workflows/mysql_hardening.yml
88

99
os_hardening:
10-
- changed-files:
11-
- any-glob-to-any-file:
12-
- 'roles/os_hardening/**'
13-
- 'molecule/os_hardening/**'
14-
- '.github/workflows/os_hardening.yml'
10+
- changed-files:
11+
- any-glob-to-any-file:
12+
- roles/os_hardening/**
13+
- molecule/os_hardening/**
14+
- .github/workflows/os_hardening.yml
1515

1616
ssh_hardening:
17-
- changed-files:
18-
- any-glob-to-any-file:
19-
- 'roles/ssh_hardening/**'
20-
- 'molecule/ssh_hardening/**'
21-
- 'molecule/ssh_hardening_custom_tests/**'
22-
- '.github/workflows/ssh_hardening.yml'
23-
- '.github/workflows/ssh_hardening_custom_tests.yml'
17+
- changed-files:
18+
- any-glob-to-any-file:
19+
- roles/ssh_hardening/**
20+
- molecule/ssh_hardening/**
21+
- molecule/ssh_hardening_custom_tests/**
22+
- .github/workflows/ssh_hardening.yml
23+
- .github/workflows/ssh_hardening_custom_tests.yml
2424

2525
nginx_hardening:
26-
- changed-files:
27-
- any-glob-to-any-file:
28-
- 'roles/nginx_hardening/**'
29-
- 'molecule/nginx_hardening/**'
30-
- '.github/workflows/nginx_hardening.yml'
26+
- changed-files:
27+
- any-glob-to-any-file:
28+
- roles/nginx_hardening/**
29+
- molecule/nginx_hardening/**
30+
- .github/workflows/nginx_hardening.yml

0 commit comments

Comments
 (0)