Commit e5c6b2d3 authored by Mark Harding's avatar Mark Harding

(chore): gitlab label change

parent 5a7ee167
No related merge requests found
Pipeline #100240217 waiting for manual action with stages
in 7 minutes and 27 seconds
......@@ -51,7 +51,7 @@ class issues implements Interfaces\Api
$issue = new Issue;
$issue->setTitle($title)
->setDescription($description)
->setLabels('S - Triage (New), T - Bug (Triage)');
->setLabels('Status::Validation, Type::Bug (Triage)');
// call gitlab api
$res = $manager->postIssue($issue, $pages[0]);
......
Please register or to comment