@@ -147549,7 +147549,6 @@ const Sentry = __nccwpck_require__(22783)
147549
147549
const Config = __nccwpck_require__(34570)
147550
147550
const context = __nccwpck_require__(71319)
147551
147551
const github = __nccwpck_require__(98396)
147552
- const utils = __nccwpck_require__(11608)
147553
147552
const stats = __nccwpck_require__(26244)
147554
147553
147555
147554
module.exports = ({ app, getRouter }) => {
@@ -147605,7 +147604,7 @@ async function issueAssigned (app, ctx) {
147605
147604
}
147606
147605
const branchName = await github.getBranchNameFromIssue(ctx, config)
147607
147606
await github.createIssueBranch(app, ctx, branchName, config)
147608
- const shouldCreatePR = Config.shouldOpenPR(config) && utils.isRunningInGitHubActions()
147607
+ const shouldCreatePR = Config.shouldOpenPR(config)
147609
147608
if (shouldCreatePR) {
147610
147609
const assignee = context.getAssignee(ctx)
147611
147610
app.log(`Creating pull request for user ${assignee}`)
@@ -147643,7 +147642,7 @@ async function chatOpsCommandGiven (app, ctx, comment) {
147643
147642
branchName = await github.getBranchNameFromIssue(ctx, config)
147644
147643
}
147645
147644
await github.createIssueBranch(app, ctx, branchName, config)
147646
- const shouldCreatePR = Config.shouldOpenPR(config) && utils.isRunningInGitHubActions()
147645
+ const shouldCreatePR = Config.shouldOpenPR(config)
147647
147646
if (shouldCreatePR) {
147648
147647
const sender = context.getSender(ctx)
147649
147648
app.log(`Creating pull request for user ${sender}`)
@@ -152672,7 +152671,7 @@ module.exports = JSON.parse("{\"100\":\"Continue\",\"101\":\"Switching Protocols
152672
152671
/***/ ((module) => {
152673
152672
152674
152673
"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 }]}");
152676
152675
152677
152676
/***/ }),
152678
152677
0 commit comments