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:
@@ -59,6 +59,7 @@ function filterCommentsToTriggerTime<
|
||||
// Comment must have been created before trigger
|
||||
const createdTimestamp = new Date(comment.createdAt).getTime();
|
||||
if (createdTimestamp > triggerTimestamp) {
|
||||
console.log("filtering", comment);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user