File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 9
9
*/
10
10
final class Status
11
11
{
12
- const NEEDS_COMMENTS = 'needs_comments ' ;
13
-
14
12
const NEEDS_REVIEW = 'needs_review ' ;
15
13
16
14
const NEEDS_WORK = 'needs_work ' ;
17
15
18
16
const WORKS_FOR_ME = 'works_for_me ' ;
19
17
20
18
const REVIEWED = 'reviewed ' ;
21
-
22
- const READY = 'ready ' ;
23
-
24
- const IN_PROGRESS = 'in_progress ' ;
25
-
26
- const FINISHED = 'finished ' ;
27
-
28
- const ON_HOLD = 'on_hold ' ;
29
19
}
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ class StatusChangeByCommentSubscriber implements EventSubscriberInterface
15
15
'needs work ' => Status::NEEDS_WORK ,
16
16
'works for me ' => Status::WORKS_FOR_ME ,
17
17
'reviewed ' => Status::REVIEWED ,
18
- 'needs comments ' => Status::NEEDS_COMMENTS ,
19
18
];
20
19
21
20
private $ statusApi ;
You can’t perform that action at this time.
0 commit comments