Baiye
Baiye

Reputation: 11

How to use Phabricator only as a code review tool?

Our team currently uses gitlab as a code repository. Now we want to integrate a code review tool, but we hope that the code is still submitted directly to gitlab and the Phabricator just use for code review. What can i do? Are there any related tutorials?

Upvotes: 1

Views: 293

Answers (1)

Maciej Łoziński
Maciej Łoziński

Reputation: 885

Do you want to do a pre-commit or post-commit review? (Review vs Audit)

If you want an audit workflow, you can just Observe a repository.

And if you want pre-commit, I suggest you create a regular Phabricator repo and setup Gitlab to pull changes from it. It will probably will be most straightforward to do Pull Requests and review/push workflow with Phabricator and Arcanist anyway.

Upvotes: 1

Related Questions