@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
···11+UPDATE {$NAMESPACE}_herald.herald_action a
22+ JOIN {$NAMESPACE}_herald.herald_rule r
33+ ON a.ruleID = r.id
44+ SET a.action = 'legalpad.require'
55+ WHERE r.ruleType != 'personal'
66+ AND a.action = 'signature';