Skip to content

Commit 7d0a56f

Browse files
authored
Merge pull request #1019 from EamonZhang/main
feat(stacks): add mysql-shell checker
2 parents e033e8b + 922c158 commit 7d0a56f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

scripts/checker.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,12 @@
277277
"owner": "mysql",
278278
"match": "^mysql-[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}$",
279279
},
280+
"mysql-shell": {
281+
"name": "mysql-shell",
282+
"type": "github",
283+
"owner": "mysql",
284+
"match": "^[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}$",
285+
},
280286
"zookeeper": {
281287
"name": "zookeeper",
282288
"type": "github",

0 commit comments

Comments
 (0)