tmp
This commit is contained in:
parent
23fae74fdb
commit
7925dd1804
@ -36,6 +36,11 @@ export async function createInitialComment(
|
||||
repo,
|
||||
issue_number: context.entityNumber,
|
||||
});
|
||||
console.log("users");
|
||||
comments.data.forEach((comment) => {
|
||||
console.log(comment.user);
|
||||
});
|
||||
|
||||
const existingComment = comments.data.find(
|
||||
(comment) =>
|
||||
comment.user?.login.indexOf("claude[bot]") !== -1 ||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user