Skip to content

Commit

Permalink
Revert "fix gh actions check failure"
Browse files Browse the repository at this point in the history
This reverts commit d29e1b7.
  • Loading branch information
gijoe0295 committed Jul 26, 2024
1 parent 5a9dcb5 commit 59fd014
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/javascript/proposalPoliceComment/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18487,6 +18487,12 @@ 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 59fd014

Please sign in to comment.