Page MenuHomePhabricator

Links to commits are only created for branches listed in "Autoclose only"
Closed, ResolvedPublic

Description

I've set "Autoclose only" to "master".

  • When I push a commit with Fixes T6 to master, it creates a link to the commit and closes the task. When I push a similar commit to another branch it doesn't close the task, but it also doesn't create a link to the commit.
  • When I push a commit with Refs T6 to master, it creates a link to the commit in the task. When I push a similar commit to another branch it doesn't link to the commit.

Event Timeline

nkovacs raised the priority of this task from to Needs Triage.
nkovacs updated the task description. (Show Details)
nkovacs added a subscriber: nkovacs.

This is expected. Disabling "Autoclose" disables all interactions with other applications, not just close interactions. Possibly we should rename it or make this more clear.

The common use case for this is to ignore epriestley-devtest-work-in-progress-test123 branches in environments where developers push things to the remote in order to back them up or share them with other developers.

I see. It would still be nice to get notifications and links in that case (sharing and discussing work in progress code), but it's not a big deal.

epriestley claimed this task.

You might get mentions now.

iiam