Skip to content

Commit

Permalink
Remove duplicate 125 release on owners page
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalchevrel committed May 18, 2024
1 parent 44af6be commit 535ec3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/models/release_owners.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
ARRAY_FILTER_USE_KEY
);

// Avoid having 2 125 major releases listed
unset($releases['125.0.1']);

$owners = array_values(array_unique($releases));

$output = [];
Expand Down

0 comments on commit 535ec3a

Please sign in to comment.