Skip to content

Commit

Permalink
Adjust thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Feb 20, 2024
1 parent 74ada56 commit 652d66a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/people/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/people.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ 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 🙏!

<People type="top_reviewers" count="20"></People>
<People type="top_reviewers"></People>

## Top recent contributors

The list below contains contributors who have had the most PRs merged in the last three months, weighted (imperfectly) by impact.

Thank you all so much for your time and efforts in making LangChain better ❤️!

<People type="top_recent_contributors"></People>
<People type="top_recent_contributors" count="20"></People>

## Top all-time contributors

Expand Down

0 comments on commit 652d66a

Please sign in to comment.