Compare commits

...

1 Commits

Author SHA1 Message Date
Ashwin Bhat
7925dd1804 tmp 2025-07-04 10:23:17 -07:00

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 ||