Skip to content

Commit b9a5c1f

Browse files
authored
Merge pull request #1065 from jtpio/fix-binder-badge-workflow
Fix Binder badge PR comment being overwritten
2 parents e65fe3b + b568690 commit b9a5c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
// Find any comment already made by the bot.
6262
const botComments = comments.filter(comment => comment.user.id === 41898282)
63-
const botComment = botComments.find(cm => !cm.body.includes('Try it on binder') )
63+
const botComment = botComments.find(cm => !cm.body.includes('Launch a Binder') )
6464
if (botComment) {
6565
await github.issues.updateComment({
6666
owner: context.repo.owner,

0 commit comments

Comments
 (0)