From b93e9b074a90f556e3d91aec822575ca0c78d9db Mon Sep 17 00:00:00 2001 From: maghwiPanchal Date: Tue, 7 Oct 2025 14:39:19 +0100 Subject: [PATCH] chore: add Excalidraw, Grafana, and Sherlock to active repos list Added 3 active repositories meeting criteria for Hacktoberfest: - Excalidraw - Grafana - Sherlock --- _data/repos.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/repos.js b/_data/repos.js index ed268e7..afbc733 100644 --- a/_data/repos.js +++ b/_data/repos.js @@ -62,4 +62,7 @@ export const repos_list = [ 'https://github.com/hoppscotch/hoppscotch', 'https://github.com/elastic/kibana', 'https://github.com/darkreader/darkreader', + 'https://github.com/excalidraw/excalidraw', + 'https://github.com/grafana/grafana', + 'https://github.com/sherlock-project/sherlock', ]