You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- move repository matching check to PhabricatorRepositoryCommitPublishWorker
Prior to this change, a commit that matches a revision was still going
through code in both PhabricatorRepositoryCommitPublishWorker and
DiffusionUpdateObjectAfterCommitWorker that was making changes to the
revision other than changin the status. With this change, the revisions
will still show a link to the commit, however none of the code in
DiffusionUpdateObjectAfterCommitWorker will be triggered.
0 commit comments