From 652d66a6478e65eace57c40ea0f73ee221ebf870 Mon Sep 17 00:00:00 2001 From: jacoblee93 Date: Tue, 20 Feb 2024 15:52:16 -0800 Subject: [PATCH] Adjust thresholds --- .github/actions/people/app/main.py | 2 +- docs/docs/people.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/people/app/main.py b/.github/actions/people/app/main.py index a58be659d71aa..98a331450bf8a 100644 --- a/.github/actions/people/app/main.py +++ b/.github/actions/people/app/main.py @@ -557,7 +557,7 @@ def get_top_users( # min_count_expert = 10 # min_count_last_month = 3 min_score_contributor = 1 - min_count_reviewer = 4 + min_count_reviewer = 5 skip_users = maintainers_logins | bot_names | hidden_logins # experts = get_top_users( # counter=question_commentors, diff --git a/docs/docs/people.mdx b/docs/docs/people.mdx index ac7b73b93f946..724a02991b88c 100644 --- a/docs/docs/people.mdx +++ b/docs/docs/people.mdx @@ -16,7 +16,7 @@ As LangChain has grown, the amount of surface area that maintainers cover has gr Thank you to the following folks who have gone above and beyond in reviewing incoming PRs 🙏! - + ## Top recent contributors @@ -24,7 +24,7 @@ The list below contains contributors who have had the most PRs merged in the las Thank you all so much for your time and efforts in making LangChain better ❤️! - + ## Top all-time contributors