From c4430ae2a9d65327d2f2e425f2a951644df8d670 Mon Sep 17 00:00:00 2001 From: Alexander Turenko Date: Fri, 20 Jan 2023 01:56:37 +0300 Subject: [PATCH] Add vshard into tracked repos back The problem is mentioned in #14, but I'll leave the issue open, because the original problem is still here. It seems the regression was introduced in f1df824a7922 ("Refactor docbot service"). --- docbot/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docbot/settings.py b/docbot/settings.py index b4b0680..296e7f9 100644 --- a/docbot/settings.py +++ b/docbot/settings.py @@ -8,6 +8,7 @@ api = 'https://api.github.com/repos/tarantool/' doc_repo_urls = { 'tarantool/tarantool': f'{api}doc', + 'tarantool/vshard': f'{api}doc', 'tarantool/tarantool-ee': f'{api}enterprise_doc', 'tarantool/sdk': f'{api}enterprise_doc', 'tarantool/tdg': f'{api}tdg-doc',