mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-23 15:04:13 +08:00
Compare commits
1 Commits
v1.0.32
...
ashwin/sti
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7925dd1804 |
@@ -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