Skip to content

Commit ef9dcff

Browse files
committed
Bot comments only
1 parent caa5901 commit ef9dcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
});
7373
7474
const botComment = comments.data.find(comment =>
75-
comment.user.login === context.author &&
75+
comment.user.type === 'Bot' &&
7676
comment.body.includes('<!-- build-artifact-comment -->')
7777
);
7878

0 commit comments

Comments
 (0)