Updated doc

This commit is contained in:
Jimmy Royer 2024-12-30 15:19:49 -05:00
parent 45d8bc1842
commit 4efa672f10

View file

@ -1,5 +1,6 @@
/**
* This script fetches comments from specified GitHub pull requests and exports them to a CSV file.
* This script fetches comments from specified GitHub repositories, for a given time frame,
* and exports these to a CSV file.
*
* It uses the GitHub API to retrieve the comments and filters them based on the provided author (if specified).
* The resulting CSV file contains the date, AI feedback, pull request number, author, comment, and a link to