@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
at recaptime-dev/main 12 lines 247 B view raw
1<?php 2 3/** 4 * Support for CircleCI. 5 */ 6interface HarbormasterCircleCIBuildableInterface { 7 8 public function getCircleCIGitHubRepositoryURI(); 9 public function getCircleCIBuildIdentifierType(); 10 public function getCircleCIBuildIdentifier(); 11 12}