You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message: 'No longer applicable as deno types are in sync once again! 🎉',
49
-
review_id: lastReviewByBot.id,
50
-
});
51
-
}
52
21
53
22
process.exit(0);
54
23
}
55
24
56
25
console.debug(`⚠️ Found ${diff.length} different files.`,{ diff });
57
26
58
27
constmessageBody=[
59
-
`Hey @${login}! Taking a look at commit ${commitUrl}, it seems that you forgot to run \`npm run build:deno\`. Here are the files that are different from the base:`,
28
+
`Taking a look at commit ${commitUrl}, it seems that you forgot to run \`npm run build:deno\`. Here are the files that are different from the base:`,
0 commit comments