Skip to content

Commit 4be24ab

Browse files
authored
docs: Reviewers are only added during PR/MR creation, but not modified afterwards (#36108)
1 parent 62ef8e7 commit 4be24ab

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/usage/configuration-options.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ This option _adds_ to the existing reviewer list, rather than _replacing_ it lik
151151
Use `additionalReviewers` when you want to add to a preset or base list, without replacing the original.
152152
For example, when adding focused reviewers for a specific package group.
153153

154+
Please note that Reviewers are only added during creation of a PR, but are not modified afterwards.
155+
154156
## assignAutomerge
155157

156158
By default, Renovate will not assign reviewers and assignees to an automerge-enabled PR unless it fails status checks.
@@ -2381,6 +2383,8 @@ In the case that a user is automatically added as reviewer (such as Renovate App
23812383
}
23822384
```
23832385

2386+
Please note that Reviewers are only added during creation of a PR, but are not modified afterwards.
2387+
23842388
## ignoreScripts
23852389

23862390
By default, Renovate will disable package manager scripts.
@@ -4176,6 +4180,8 @@ For example: if the username or team name is `bar` then you would set the config
41764180
}
41774181
```
41784182

4183+
Please note that Reviewers are only added during creation of a PR, but are not modified afterwards.
4184+
41794185
## reviewersFromCodeOwners
41804186

41814187
If enabled Renovate tries to determine PR reviewers by matching rules defined in a CODEOWNERS file against the changes in the PR.
@@ -4186,6 +4192,8 @@ Read the docs for your platform for details on syntax and allowed file locations
41864192
- [GitLab, Code Owners](https://docs.gitlab.com/ee/user/project/codeowners/)
41874193
- [Bitbucket, Set up and use code owners](https://support.atlassian.com/bitbucket-cloud/docs/set-up-and-use-code-owners/)
41884194

4195+
Please note that Reviewers are only added during creation of a PR, but are not modified afterwards.
4196+
41894197
<!-- prettier-ignore -->
41904198
!!! note
41914199
GitLab `CODEOWNERS` files with default owners are _not_ supported. See [#29202](https://github.com/renovatebot/renovate/issues/29202).

0 commit comments

Comments
 (0)