Skip to content

Commit 430dbe8

Browse files
authored
Merge of #9313
2 parents 7ad6f7b + 9624339 commit 430dbe8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/content/changelog/2025-10-31-new-glob-operator-for-conditions-in-the-configuration.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ title: "New `glob` operator for conditions in the configuration"
33
date: 2025-10-31
44
tags:
55
- Rules
6-
description: ""
6+
description: "Adds the `*=` operator for glob-style pattern matching in conditions"
77
---
88

9-
The conditions in the configuration file now allows for a glob operator for equality checks: `*=`
9+
You can now use the `*=` operator in conditions to match values using glob patterns.
10+
11+
This makes it easier to target branches, labels, or files that follow naming conventions or structured patterns.
1012

1113
Examples:
1214

0 commit comments

Comments
 (0)