From 4efa672f10df5f1b20e705ab861fff2bb90add61 Mon Sep 17 00:00:00 2001 From: Jimmy Royer Date: Mon, 30 Dec 2024 15:19:49 -0500 Subject: [PATCH] Updated doc --- src/exportComments.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/exportComments.ts b/src/exportComments.ts index 405a34b..7413f4b 100644 --- a/src/exportComments.ts +++ b/src/exportComments.ts @@ -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