From 14bf32f5883428f2bac5cc157f6bc3820c046719 Mon Sep 17 00:00:00 2001 From: marcovmun <16606883+marcovmun@users.noreply.github.com> Date: Sat, 22 Jan 2022 17:35:13 +0100 Subject: [PATCH] docs(platform/bitbucket-server): Update assignees docs (#13639) --- lib/config/options/index.ts | 2 +- lib/platform/bitbucket-server/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/config/options/index.ts b/lib/config/options/index.ts index 34cceaece77687..0229f72a2933ec 100644 --- a/lib/config/options/index.ts +++ b/lib/config/options/index.ts @@ -1393,7 +1393,7 @@ const options: RenovateOptions[] = [ description: 'Use the default reviewers (Bitbucket only).', type: 'boolean', default: true, - supportedPlatforms: ['bitbucket'], + supportedPlatforms: ['bitbucket', 'bitbucket-server'], }, // Automatic merging { diff --git a/lib/platform/bitbucket-server/index.md b/lib/platform/bitbucket-server/index.md index dc3a0612f54497..ffd56859d7b0eb 100644 --- a/lib/platform/bitbucket-server/index.md +++ b/lib/platform/bitbucket-server/index.md @@ -3,7 +3,7 @@ ## Unsupported platform features/concepts - Adding assignees to PRs not supported (does not seem to be a Bitbucket concept) -- Adding/removing labels (Bitbucket limitation?) +- Adding/removing labels (Bitbucket limitation) ## Features awaiting implementation