Skip to content

Commit

Permalink
Merge pull request #26297 from Expensify/Rory-GetPullRequestsMergedBe…
Browse files Browse the repository at this point in the history
…tween

[No QA] Make GitUtils.getPullRequestsMergedBetween return an array of nums intsead of strings
  • Loading branch information
luacmartins authored Aug 30, 2023
2 parents 5ce85fc + dc031d7 commit a19a672
Show file tree
Hide file tree
Showing 21 changed files with 32,660 additions and 20,272 deletions.
3,648 changes: 2,237 additions & 1,411 deletions .github/actions/javascript/authorChecklist/index.js

Large diffs are not rendered by default.

3,650 changes: 2,238 additions & 1,412 deletions .github/actions/javascript/awaitStagingDeploys/index.js

Large diffs are not rendered by default.

2,712 changes: 1,769 additions & 943 deletions .github/actions/javascript/bumpVersion/index.js

Large diffs are not rendered by default.

3,650 changes: 2,238 additions & 1,412 deletions .github/actions/javascript/checkDeployBlockers/index.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const run = function () {
_.union(
currentStagingDeployCashData.PRList,
_.map(mergedPRs, (number) => ({
number: Number.parseInt(number, 10),
number,
url: GithubUtils.getPullRequestURLFromNumber(number),

// Since this is the second argument to _.union,
Expand Down
Loading

0 comments on commit a19a672

Please sign in to comment.