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 3d0d482 commit b75e1a7Copy full SHA for b75e1a7
.github/workflows/run_tests_coverage.yml
@@ -205,8 +205,8 @@ jobs:
205
repo: context.repo.repo,
206
});
207
208
- const isBotComment = comments.find(comment => comment.user.login === 'stdlib-bot' && comment.body.includes('## Coverage Report'));
209
- if (isBotComment) {
+ const botComment = comments.find( comment => comment.user.login === 'stdlib-bot' && comment.body.includes( '## Coverage Report' ) );
+ if ( botComment ) {
210
await github.rest.issues.updateComment({
211
owner: context.repo.owner,
212
0 commit comments