Skip to content

Commit

Permalink
docs(platform/bitbucket-server): Update assignees docs (#13639)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcovmun committed Jan 22, 2022
1 parent 34f4901 commit 14bf32f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/config/options/index.ts
Expand Up @@ -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
{
Expand Down
2 changes: 1 addition & 1 deletion lib/platform/bitbucket-server/index.md
Expand Up @@ -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

Expand Down

0 comments on commit 14bf32f

Please sign in to comment.