We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b3fa79 + 679f7f8 commit 9b6a790Copy full SHA for 9b6a790
src/Command/ListTaskCommand.php
@@ -70,6 +70,7 @@ private function actionToString(int $action): string
70
Task::ACTION_CLOSE_STALE => 'Close stale',
71
Task::ACTION_CLOSE_DRAFT => 'Close draft',
72
Task::ACTION_INFORM_CLOSE_STALE => 'Inform about close',
73
+ Task::ACTION_SUGGEST_REVIEWER => 'Suggest reviewer',
74
];
75
76
return $data[$action] ?? 'Unknown action';
0 commit comments