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.
2 parents e65fe3b + b568690 commit b9a5c1fCopy full SHA for b9a5c1f
.github/workflows/benchmark-report.yml
@@ -60,7 +60,7 @@ jobs:
60
61
// Find any comment already made by the bot.
62
const botComments = comments.filter(comment => comment.user.id === 41898282)
63
- const botComment = botComments.find(cm => !cm.body.includes('Try it on binder') )
+ const botComment = botComments.find(cm => !cm.body.includes('Launch a Binder') )
64
if (botComment) {
65
await github.issues.updateComment({
66
owner: context.repo.owner,
0 commit comments