Skip to content

Commit d29e1b7

Browse files
committed
fix gh actions check failure
1 parent 7be9e68 commit d29e1b7

File tree

1 file changed

+0
-6
lines changed
  • .github/actions/javascript/proposalPoliceComment

1 file changed

+0
-6
lines changed

.github/actions/javascript/proposalPoliceComment/index.js

-6
Original file line numberDiff line numberDiff line change
@@ -18487,12 +18487,6 @@ class GithubUtils {
1848718487
})
1848818488
.then((response) => response.data.workflow_runs[0]?.id);
1848918489
}
18490-
/**
18491-
* Generate the well-formatted body of a production release.
18492-
*/
18493-
static getReleaseBody(pullRequests) {
18494-
return pullRequests.map((number) => `- ${this.getPullRequestURLFromNumber(number)}`).join('\r\n');
18495-
}
1849618490
/**
1849718491
* Generate the URL of an New Expensify pull request given the PR number.
1849818492
*/

0 commit comments

Comments
 (0)