From e24d44cce4092a33b64e9536e96e7608a7dcb9b8 Mon Sep 17 00:00:00 2001 From: Yurii Motov <109919500+YuriiMotov@users.noreply.github.com> Date: Wed, 15 Jul 2026 16:36:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Fix=20topic=20repository=20list?= =?UTF-8?q?=20not=20being=20displayed=20and=20`skip=5Fusers`=20not=20being?= =?UTF-8?q?=20applied=20(#15995)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/data/skip_users.yml | 1 + docs/en/data/topic_repos.yml | 1 + docs/en/docs/external-links.md | 2 +- docs/en/docs/fastapi-people.md | 14 +++++++------- scripts/topic_repos.py | 2 +- 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/en/data/skip_users.yml b/docs/en/data/skip_users.yml index cf24003af..26b2247bf 100644 --- a/docs/en/data/skip_users.yml +++ b/docs/en/data/skip_users.yml @@ -1,3 +1,4 @@ +users: - tiangolo - codecov - github-actions diff --git a/docs/en/data/topic_repos.yml b/docs/en/data/topic_repos.yml index ecfad6cb4..eff9f8078 100644 --- a/docs/en/data/topic_repos.yml +++ b/docs/en/data/topic_repos.yml @@ -1,3 +1,4 @@ +repos: - name: headroom html_url: https://github.com/headroomlabs-ai/headroom stars: 55017 diff --git a/docs/en/docs/external-links.md b/docs/en/docs/external-links.md index d614c64eb..7138c3425 100644 --- a/docs/en/docs/external-links.md +++ b/docs/en/docs/external-links.md @@ -23,7 +23,7 @@ But now that FastAPI is the backend framework with the most GitHub stars across Most starred [GitHub repositories with the topic `fastapi`](https://github.com/topics/fastapi): -{% for repo in topic_repos %} +{% for repo in topic_repos.repos %} ★ {{repo.stars}} - {{repo.name}} by @{{repo.owner_login}}. diff --git a/docs/en/docs/fastapi-people.md b/docs/en/docs/fastapi-people.md index e79928fb3..73cd8c613 100644 --- a/docs/en/docs/fastapi-people.md +++ b/docs/en/docs/fastapi-people.md @@ -97,7 +97,7 @@ These are the users that have been [helping others the most with questions in Gi {% for user in people.last_month_experts[:10] %} -{% if user.login not in skip_users %} +{% if user.login not in skip_users.users %}