Skip to content

Commit c949a35

Browse files
authored
fix(checker): alertmanager match rule (#2562)
1 parent 6db5550 commit c949a35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"name": "alertmanager",
3131
"type": "github",
3232
"owner": "prometheus",
33-
"match": "^v[2-9]{1,}\.[0-9]{1,}\.[0-9]{1,}$",
33+
"match": "^v[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}$",
3434
},
3535
"cloudbeaver": {
3636
"name": "cloudbeaver",

0 commit comments

Comments
 (0)