@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Give "Arcanist Client Results" a more clear name

Summary: Fixes T9380. See that task for discussion. This doesn't feel awesome but is maybe the least-bad fix? I think this name is clearer.

Test Plan: Looked at autoplan in Harbormaster, saw new name.

Reviewers: meitros, chad

Reviewed By: chad

Maniphest Tasks: T9380

Differential Revision: https://secure.phabricator.com/D14088

+1 -1
+1 -1
src/applications/harbormaster/autoplan/HarbormasterBuildArcanistAutoplan.php
··· 10 10 } 11 11 12 12 public function getAutoplanName() { 13 - return pht('Arcanist Client Results'); 13 + return pht('arc lint + arc unit'); 14 14 } 15 15 16 16 }