I want to use Tabby for code-review, Is it possible? #3799
Replies: 1 comment 2 replies
-
Hi! Yes, it's possible to use Tabby for automated code review in your pipeline! First, ensure you have Tabby server running locally or have access to a hosted instance. You can use Tabby's REST API for code review. Here's a basic example of how to integrate it into a CI pipeline (like GitHub Actions): name: Tabby Code Review on: jobs:
Key points you have to consider: You'll need to set up authentication for your Tabby server |
Beta Was this translation helpful? Give feedback.
-
Hello
I installed Tabby on my local, I want to use API for code review, is it possible? I want to integrate it with the pipeline after every pull request
thank you
Beta Was this translation helpful? Give feedback.
All reactions