Skip to content

Commit b32acbb

Browse files
authored
Fix labeler.yml (#2344)
* Fix labeler.yml * Update labeler.yml
1 parent b3e8417 commit b32acbb

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/labeler.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ samples:
2222

2323
applicationstatus:
2424
- changed-files:
25-
- any-glob-to-any-file: [src/HealthChecks.ApplicationStatus/**/*]
25+
- any-glob-to-any-file: [src/HealthChecks.ApplicationStatus/**/*]
2626

2727
arrangodb:
2828
- changed-files:
@@ -37,7 +37,8 @@ azure:
3737
- any-glob-to-any-file: [src/HealthChecks.Azure*/**/*]
3838

3939
clickhouse:
40-
- src/HealthChecks.ClickHouse/**/*
40+
- changed-files:
41+
- any-glob-to-any-file: [src/HealthChecks.ClickHouse/**/*]
4142

4243
consul:
4344
- changed-files:
@@ -184,7 +185,8 @@ sqlserver:
184185
- any-glob-to-any-file: [src/HealthChecks.SqlServer/**/*]
185186

186187
surrealdb:
187-
- src/HealthChecks.SurrealDb/**/*
188+
- changed-files:
189+
- any-glob-to-any-file: [src/HealthChecks.SurrealDb/**/*]
188190

189191
system:
190192
- changed-files:

0 commit comments

Comments
 (0)