We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e8417 commit b32acbbCopy full SHA for b32acbb
1 file changed
.github/labeler.yml
@@ -22,7 +22,7 @@ samples:
22
23
applicationstatus:
24
- changed-files:
25
- - any-glob-to-any-file: [src/HealthChecks.ApplicationStatus/**/*]
+ - any-glob-to-any-file: [src/HealthChecks.ApplicationStatus/**/*]
26
27
arrangodb:
28
@@ -37,7 +37,8 @@ azure:
37
- any-glob-to-any-file: [src/HealthChecks.Azure*/**/*]
38
39
clickhouse:
40
- - src/HealthChecks.ClickHouse/**/*
+ - changed-files:
41
+ - any-glob-to-any-file: [src/HealthChecks.ClickHouse/**/*]
42
43
consul:
44
@@ -184,7 +185,8 @@ sqlserver:
184
185
- any-glob-to-any-file: [src/HealthChecks.SqlServer/**/*]
186
187
surrealdb:
- - src/HealthChecks.SurrealDb/**/*
188
189
+ - any-glob-to-any-file: [src/HealthChecks.SurrealDb/**/*]
190
191
system:
192
0 commit comments