Skip to content

Commit

Permalink
(wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassabreu committed Jan 29, 2024
1 parent acdcd8a commit 4eb87a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89753,7 +89753,7 @@ function checkThreshold(c, o) {
}
var notFoundMessage = "was not found, please check if the path is valid, or if it exists.";
var run = function () { return __awaiter$1(void 0, void 0, void 0, function () {
var commit, cStats, _a, oldStats, _b, _c, msgs, body, _d, _e, filter, u_1, commentId, comments, i, c, e_2, v;
var commit, cStats, _a, oldStats, _b, _c, msgs, body, _d, _e, filter, u_1, commentId, comments, i, c, e_2;
var _g, _h;
return __generator(this, function (_j) {
switch (_j.label) {
Expand Down Expand Up @@ -89840,9 +89840,7 @@ var run = function () { return __awaiter$1(void 0, void 0, void 0, function () {
case 15:
_j.sent();
return [3 /*break*/, 16];
case 16:
v = coreExports.summary.addHeading("saddest?").addQuote("sad").addSeparator();
return [4 /*yield*/, v.write()];
case 16: return [4 /*yield*/, coreExports.summary.addRaw(body).addSeparator()];
case 17:
_j.sent();
return [4 /*yield*/, github.rest.issues.createComment(__assign(__assign({}, utils$2.context.repo), { issue_number: utils$2.context.issue.number, body: body }))];
Expand Down
2 changes: 1 addition & 1 deletion bin/index.js.map

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,7 @@ ${signature}`;
} catch {}
}

const v = summary.addHeading("saddest?").addQuote("sad").addSeparator();

await v.write();
await summary.addRaw(body).addSeparator();

await github.rest.issues.createComment({
...context.repo,
Expand Down

0 comments on commit 4eb87a7

Please sign in to comment.