frankvicky commented on code in PR #17787:
URL: https://github.com/apache/kafka/pull/17787#discussion_r1843612546
##########
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:
I believe this value won't change frequently, and it might even be the last
time :)
Therefore, modifying the variable seems more appropriate.
--
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]