mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-22 22:44:13 +08:00
tmp
This commit is contained in:
@@ -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 ||
|
||||||
|
|||||||
Reference in New Issue
Block a user