Skip to content

Commit 4a26815

Browse files
committed
Filter by author
1 parent 04e8b08 commit 4a26815

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ jobs:
7272
});
7373
7474
const botComment = comments.data.find(comment =>
75-
comment.body.includes('<!-- build-artifact-comment -->')
75+
comment.user.login === context.author &&
76+
comment.body.includes('<!-- build-artifact-comment -->')
7677
);
7778
7879
if (botComment) {

0 commit comments

Comments
 (0)