@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.

Enable the "Accepted Differential Revision" field for Herald post-commit hooks

Summary: I implemented this field, but didn't actually enable it.

Auditors: btrahan

+1
+1
src/applications/herald/adapter/HeraldCommitAdapter.php
··· 67 67 self::FIELD_AFFECTED_PACKAGE_OWNER, 68 68 self::FIELD_NEED_AUDIT_FOR_PACKAGE, 69 69 self::FIELD_DIFFERENTIAL_REVISION, 70 + self::FIELD_DIFFERENTIAL_ACCEPTED, 70 71 self::FIELD_DIFFERENTIAL_REVIEWERS, 71 72 self::FIELD_DIFFERENTIAL_CCS, 72 73 self::FIELD_REPOSITORY_AUTOCLOSE_BRANCH,