Skip to content

Commit 24a57ff

Browse files
committed
chore(checker): add quickwit checker
1 parent 3ad9fe1 commit 24a57ff

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
@@ -224,6 +224,12 @@
224224
"owner": "python",
225225
"match": "^v[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}$",
226226
},
227+
"quickwit": {
228+
"name": "quickwit",
229+
"type": "github",
230+
"owner": "quickwit-oss",
231+
"match": "^v[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}$",
232+
},
227233
"rabbitmq": {
228234
"name": "rabbitmq-server",
229235
"type": "github",

0 commit comments

Comments
 (0)