Skip to content

Commit c4123ca

Browse files
committed
Build by GitHub Actions
1 parent 23015a7 commit c4123ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147323,7 +147323,7 @@ async function getBranchNameFromIssue (ctx, config) {
147323147323
const result = await getBranchName(ctx, config, title)
147324147324
// For magic number below see:
147325147325
// https://stackoverflow.com/questions/60045157/what-is-the-maximum-length-of-a-github-branch-name
147326-
const MAX_BYTES_GITHUB_BRANCH_NAME = 250
147326+
const MAX_BYTES_GITHUB_BRANCH_NAME = 243
147327147327
if (utils.getStringLengthInBytes(result) > MAX_BYTES_GITHUB_BRANCH_NAME) {
147328147328
return utils.trimStringToByteLength(result, MAX_BYTES_GITHUB_BRANCH_NAME)
147329147329
} else {
@@ -152672,7 +152672,7 @@ module.exports = JSON.parse("{\"100\":\"Continue\",\"101\":\"Switching Protocols
152672152672
/***/ ((module) => {
152673152673

152674152674
"use strict";
152675-
module.exports = JSON.parse("{\"installations\":1218,\"repositories\":53068,\"suspended\":21,\"popular\":[{\"id\":12645447,\"login\":\"openaphid\",\"stars\":2966},{\"id\":8132103,\"login\":\"lukaszflorczak\",\"stars\":1155},{\"id\":7109391,\"login\":\"kwebio\",\"stars\":563},{\"id\":11268129,\"login\":\"admdev8\",\"stars\":500},{\"id\":12751378,\"login\":\"CoreProc\",\"stars\":372},{\"id\":11602912,\"login\":\"chauncey-garrett\",\"stars\":305},{\"id\":1626715,\"login\":\"othreecodes\",\"stars\":284},{\"id\":5303333,\"login\":\"ExtendedXmlSerializer\",\"stars\":204},{\"id\":13503335,\"login\":\"Ekryd\",\"stars\":200},{\"id\":11512256,\"login\":\"mejdi14\",\"stars\":157}]}");
152675+
module.exports = JSON.parse("{\"installations\":1231,\"repositories\":53673,\"suspended\":22,\"popular\":[{\"id\":12645447,\"login\":\"openaphid\",\"stars\":2966},{\"id\":8132103,\"login\":\"lukaszflorczak\",\"stars\":1157},{\"id\":7109391,\"login\":\"kwebio\",\"stars\":564},{\"id\":11268129,\"login\":\"admdev8\",\"stars\":500},{\"id\":12751378,\"login\":\"CoreProc\",\"stars\":373},{\"id\":11602912,\"login\":\"chauncey-garrett\",\"stars\":305},{\"id\":1626715,\"login\":\"othreecodes\",\"stars\":284},{\"id\":5303333,\"login\":\"ExtendedXmlSerializer\",\"stars\":205},{\"id\":13503335,\"login\":\"Ekryd\",\"stars\":200},{\"id\":11512256,\"login\":\"mejdi14\",\"stars\":159}]}");
152676152676

152677152677
/***/ }),
152678152678

0 commit comments

Comments
 (0)