This commit is contained in:
Ashwin Bhat
2025-07-04 10:23:17 -07:00
parent 23fae74fdb
commit 7925dd1804

View File

@@ -36,6 +36,11 @@ export async function createInitialComment(
repo, repo,
issue_number: context.entityNumber, issue_number: context.entityNumber,
}); });
console.log("users");
comments.data.forEach((comment) => {
console.log(comment.user);
});
const existingComment = comments.data.find( const existingComment = comments.data.find(
(comment) => (comment) =>
comment.user?.login.indexOf("claude[bot]") !== -1 || comment.user?.login.indexOf("claude[bot]") !== -1 ||