Skip to content

Commit 9b6a790

Browse files
committed
bug #154 Added state description (Nyholm)
This PR was merged into the master branch. Discussion ---------- Added state description Commits ------- 679f7f8 Added state description
2 parents 2b3fa79 + 679f7f8 commit 9b6a790

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Command/ListTaskCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ private function actionToString(int $action): string
7070
Task::ACTION_CLOSE_STALE => 'Close stale',
7171
Task::ACTION_CLOSE_DRAFT => 'Close draft',
7272
Task::ACTION_INFORM_CLOSE_STALE => 'Inform about close',
73+
Task::ACTION_SUGGEST_REVIEWER => 'Suggest reviewer',
7374
];
7475

7576
return $data[$action] ?? 'Unknown action';

0 commit comments

Comments
 (0)