Skip to content

Commit 63f2271

Browse files
authored
{CI} Fix regex issue causing incorrect recognition of Unofficial Azure CLI (#26886)
1 parent 0cc2d35 commit 63f2271

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/azure-client-tools-bot/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ cli_common_issues:
3737
issues:
3838
- tag: unofficial_cli
3939
keywords:
40-
- "2\\.0\\.80"
41-
- "2\\.0\\.81"
42-
- "2\\.18\\.0"
40+
- "azure-cli 2\\.0\\.80"
41+
- "azure-cli 2\\.0\\.81"
42+
- "azure-cli 2\\.18\\.0"
4343
- "dist-packages"
4444
solution: |
4545
Hi @${author},

0 commit comments

Comments
 (0)