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 99 */
1010final class Status
1111{
12- const NEEDS_COMMENTS = 'needs_comments ' ;
13-
1412 const NEEDS_REVIEW = 'needs_review ' ;
1513
1614 const NEEDS_WORK = 'needs_work ' ;
1715
1816 const WORKS_FOR_ME = 'works_for_me ' ;
1917
2018 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 ' ;
2919}
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ class StatusChangeByCommentSubscriber implements EventSubscriberInterface
1515 'needs work ' => Status::NEEDS_WORK ,
1616 'works for me ' => Status::WORKS_FOR_ME ,
1717 'reviewed ' => Status::REVIEWED ,
18- 'needs comments ' => Status::NEEDS_COMMENTS ,
1918 ];
2019
2120 private $ statusApi ;
You can’t perform that action at this time.
0 commit comments