Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to delete review request on phabricator?

Tags:

phabricator

Our company uses phabricator as code review process. in last year I created some of code review requests on phabricator. But now I want to delete them. But I am unable to find any button through which I can delete my code review request. Any help would be appreciated. Thanks

like image 505
Zia Qamar Avatar asked Sep 03 '25 09:09

Zia Qamar


1 Answers

You need to mark each diff as abandon.

Therefore you have to be the author of a diff. Go to the diff page and change the status. The workflow should be finished now. status change details

like image 56
OCram85 Avatar answered Sep 05 '25 00:09

OCram85