Skip to content

Commit 08115d7

Browse files
committed
Build by GitHub Actions
1 parent 2722d8b commit 08115d7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

dist/index.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147549,7 +147549,6 @@ const Sentry = __nccwpck_require__(22783)
147549147549
const Config = __nccwpck_require__(34570)
147550147550
const context = __nccwpck_require__(71319)
147551147551
const github = __nccwpck_require__(98396)
147552-
const utils = __nccwpck_require__(11608)
147553147552
const stats = __nccwpck_require__(26244)
147554147553

147555147554
module.exports = ({ app, getRouter }) => {
@@ -147605,7 +147604,7 @@ async function issueAssigned (app, ctx) {
147605147604
}
147606147605
const branchName = await github.getBranchNameFromIssue(ctx, config)
147607147606
await github.createIssueBranch(app, ctx, branchName, config)
147608-
const shouldCreatePR = Config.shouldOpenPR(config) && utils.isRunningInGitHubActions()
147607+
const shouldCreatePR = Config.shouldOpenPR(config)
147609147608
if (shouldCreatePR) {
147610147609
const assignee = context.getAssignee(ctx)
147611147610
app.log(`Creating pull request for user ${assignee}`)
@@ -147643,7 +147642,7 @@ async function chatOpsCommandGiven (app, ctx, comment) {
147643147642
branchName = await github.getBranchNameFromIssue(ctx, config)
147644147643
}
147645147644
await github.createIssueBranch(app, ctx, branchName, config)
147646-
const shouldCreatePR = Config.shouldOpenPR(config) && utils.isRunningInGitHubActions()
147645+
const shouldCreatePR = Config.shouldOpenPR(config)
147647147646
if (shouldCreatePR) {
147648147647
const sender = context.getSender(ctx)
147649147648
app.log(`Creating pull request for user ${sender}`)
@@ -152672,7 +152671,7 @@ module.exports = JSON.parse("{\"100\":\"Continue\",\"101\":\"Switching Protocols
152672152671
/***/ ((module) => {
152673152672

152674152673
"use strict";
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}]}");
152674+
module.exports = JSON.parse("{\"installations\":1257,\"repositories\":53922,\"suspended\":22,\"popular\":[{\"id\":12645447,\"login\":\"openaphid\",\"stars\":2968},{\"id\":8132103,\"login\":\"lukaszflorczak\",\"stars\":1160},{\"id\":7109391,\"login\":\"kwebio\",\"stars\":565},{\"id\":11268129,\"login\":\"admdev8\",\"stars\":500},{\"id\":12751378,\"login\":\"CoreProc\",\"stars\":373},{\"id\":11602912,\"login\":\"chauncey-garrett\",\"stars\":306},{\"id\":1626715,\"login\":\"othreecodes\",\"stars\":286},{\"id\":5303333,\"login\":\"ExtendedXmlSerializer\",\"stars\":205},{\"id\":13503335,\"login\":\"Ekryd\",\"stars\":202},{\"id\":11512256,\"login\":\"mejdi14\",\"stars\":162}]}");
152676152675

152677152676
/***/ }),
152678152677

0 commit comments

Comments
 (0)