Skip to content

Commit 2694418

Browse files
authored
Merge of #9309
2 parents 094a2f3 + ed0efd6 commit 2694418

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/content/changelog/2022-04-29-commits-behind-change.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "`c`ommits-behind change"
2+
title: "commits-behind change"
33
date: 2022-04-29
44
tags:
55
- Rules

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ tags:
66
description: ""
77
---
88

9-
The conditions in the configuration file now allows for a glob operator for equality checks, like this: `*-=` .
9+
The conditions in the configuration file now allows for a glob operator for equality checks: `*=`
1010

11-
Here are some examples:
11+
Examples:
1212

13-
```plain text
13+
```yaml
1414
- branch_name *= "release/*"
1515
- label *= "team-*"
1616
- files *= foobar/**/*.py

0 commit comments

Comments
 (0)