Select the types of activity you want to include in your feed.
@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
···8888 $self_count = count($self_fragments);
8989 $path_count = count($path_fragments);
9090 if ($self_count > $path_count) {
9191- // If this path is longer (and therefor more specific) than the target
9191+ // If this path is longer (and therefore more specific) than the target
9292 // path, we don't match it at all.
9393 return 0;
9494 }
+1-1
src/docs/user/userguide/harbormaster.diviner
···88888989Currently, the only useful type of build step is "Make HTTP Request", which you
9090can use to make a call to an external build system like Jenkins. Today, most
9191-plans should therefor look something like this:
9191+plans should therefore look something like this:
92929393 - Use a "Make HTTP Request" step to tell Jenkins or some other similar
9494 external build system about the code.