Yunyung commented on code in PR #17787:
URL: https://github.com/apache/kafka/pull/17787#discussion_r1843608557


##########
committer-tools/refresh_collaborators.py:
##########
@@ -79,7 +79,7 @@ def get_top_contributors(repo: Repository, committers: 
List[str]) -> List[str]:
     Get top contributors for the given repository excluding committers.
     """
     logging.info(f"Fetching contributors from the repository {REPO_KAFKA}")
-    one_year_ago: datetime = datetime.now() - timedelta(days=365)
+    one_year_ago: datetime = datetime.now() - timedelta(days=90)

Review Comment:
   If the number of days here may change over time, using a more general name 
like `lookback_period` would be better.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to