Skip to content

Commit 34faf38

Browse files
authored
Skip .github repository
1 parent 330a378 commit 34faf38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
if isinstance(repo, str):
5252
raise ValueError(data["message"])
5353

54-
if repo["name"].startswith("jupyterlab-contrib"):
54+
if "github" in repo["name"]:
5555
continue # Skip special repositories
5656

5757
try:

0 commit comments

Comments
 (0)