Skip to content

Commit

Permalink
Sort the list of owner names for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed May 26, 2020
1 parent f639b1b commit fe3617d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ArcanistOwnersWorkflow.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public function run() {

foreach ($projects as $project) {
$names = array_select_keys($owner_names, $project['owners']);
asort($names);

echo phutil_console_format("**%s** (%s)\n",
$project['name'],
Expand Down

0 comments on commit fe3617d

Please sign in to comment.