We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa5901 commit ef9dcffCopy full SHA for ef9dcff
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
});
73
74
const botComment = comments.data.find(comment =>
75
- comment.user.login === context.author &&
+ comment.user.type === 'Bot' &&
76
comment.body.includes('<!-- build-artifact-comment -->')
77
);
78
0 commit comments