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

Hide Land to GitHub

Summary:
We don't want to support this right now, so disable it, similar to "Land To Hosted" feature.
Keep to the code as an example for advanced installs.

Ref T182, T8313

Test Plan: load a diff.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley

Maniphest Tasks: T182, T8313

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

authored by

Aviv Eyal and committed by
epriestley
08a9e0f2 b292c29d

+5
+5
src/applications/differential/landing/DifferentialGitHubLandingStrategy.php
··· 47 47 DifferentialRevision $revision, 48 48 PhabricatorRepository $repository) { 49 49 50 + // TODO: This temporarily disables this action, because it doesn't work 51 + // and is confusing to users. If you want to use it, comment out this line 52 + // for now and we'll provide real support eventually. 53 + return; 54 + 50 55 $vcs = $repository->getVersionControlSystem(); 51 56 if ($vcs !== PhabricatorRepositoryType::REPOSITORY_TYPE_GIT) { 52 57 return;