Skip to content

Commit c53e18c

Browse files
committed
update heading
1 parent 457ac92 commit c53e18c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2011,7 +2011,7 @@ const github_1 = __webpack_require__(469);
20112011
const markdown_table_1 = __importDefault(__webpack_require__(366));
20122012
const Term_1 = __importDefault(__webpack_require__(733));
20132013
const SizeLimit_1 = __importDefault(__webpack_require__(617));
2014-
const SIZE_LIMIT_HEADING = `## 📦 size-limit report`;
2014+
const SIZE_LIMIT_HEADING = `## size-limit report 📦 `;
20152015
function fetchPreviousComment(octokit, repo, pr) {
20162016
return __awaiter(this, void 0, void 0, function* () {
20172017
// TODO: replace with octokit.issues.listComments when upgraded to v17

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "size-limit-action",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"private": true,
55
"description": "size-limit action",
66
"main": "dist/index.js",

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import table from "markdown-table";
55
import Term from "./Term";
66
import SizeLimit from "./SizeLimit";
77

8-
const SIZE_LIMIT_HEADING = `## 📦 size-limit report`;
8+
const SIZE_LIMIT_HEADING = `## size-limit report 📦 `;
99

1010
async function fetchPreviousComment(
1111
octokit: GitHub,

0 commit comments

Comments
 (0)