From c9cbdbe81ed0068d3be90926632f955086c7d7d4 Mon Sep 17 00:00:00 2001 From: bkellam Date: Wed, 2 Oct 2024 12:32:33 -0700 Subject: [PATCH] Add sourcebot itself to the demo site config --- demo-site-config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/demo-site-config.json b/demo-site-config.json index 379d6af1..3d90cc5e 100644 --- a/demo-site-config.json +++ b/demo-site-config.json @@ -31,6 +31,11 @@ "Type": "github", "GitHubOrg": "tailwindlabs", "Name": "^tailwindcss$" + }, + { + "Type": "github", + "GitHubOrg": "sourcebot-dev", + "Name": "^sourcebot$" } ] } \ No newline at end of file