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.
1 parent 3253891 commit 679f7f8Copy full SHA for 679f7f8
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