Skip to content

Commit

Permalink
Merge pull request #46356 from Expensify/Rory-FixGitHubActionsOnMain
Browse files Browse the repository at this point in the history
[No QA] Fix GHA build on main
  • Loading branch information
AndrewGable authored Jul 29, 2024
2 parents fc4800e + a629ed5 commit 1099744
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/actions/javascript/proposalPoliceComment/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18487,12 +18487,6 @@ class GithubUtils {
})
.then((response) => response.data.workflow_runs[0]?.id);
}
/**
* Generate the well-formatted body of a production release.
*/
static getReleaseBody(pullRequests) {
return pullRequests.map((number) => `- ${this.getPullRequestURLFromNumber(number)}`).join('\r\n');
}
/**
* Generate the URL of an New Expensify pull request given the PR number.
*/
Expand Down

0 comments on commit 1099744

Please sign in to comment.