From ec673214c88bc15259a218c08ec1479901fdd2b6 Mon Sep 17 00:00:00 2001 From: Ori Kotek Date: Thu, 26 Oct 2023 11:18:07 +0300 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index b1e2c486..42a16ea6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -396,7 +396,9 @@ pipelines: OPENAI_API_KEY: BITBUCKET_BEARER_TOKEN: -You can get a Bitbucket token for your repository by following Repository Settings -> Security -> Access Tokens +You can get a Bitbucket token for your repository by following Repository Settings -> Security -> Access Tokens. + +Please contact if you're interested in a hosted BitBucket app solution that provides full functionality including PR reviews and comment handling. It's based on the [bitbucket_app.py](https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/git_providers/bitbucket_provider.py) implmentation. =======