reviewersSampleSize is not working on team reviewers #20012
Unanswered
piro0919
asked this question in
Request Help
Replies: 2 comments 6 replies
This comment has been hidden.
This comment has been hidden.
-
|
Renovate doesn't resolve teams, this is done by github: renovate/lib/modules/platform/github/index.ts Lines 1215 to 1232 in 84df0c0 so it's not a bug and renovate can't do much about that |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
Mend Renovate hosted app on github.com
If you're self-hosting Renovate, tell us what version of Renovate you run.
No response
If you're self-hosting Renovate, select which platform you are using.
None
If you're self-hosting Renovate, tell us what version of the platform you run.
No response
Was this something which used to work for you, and then stopped?
I never saw this working
Describe the bug
I set team to reviewers, and I set reviewersSampleSize value greater than 1.
But the correct number of people was not set for Reviewers of PR.
{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "reviewers": ["team:frontend"], "reviewersSampleSize": 3, "extends": ["config:base"], "timezone": "Asia/Tokyo", "packageRules": [ { "automerge": true, "groupName": "minorDependencies", "matchUpdateTypes": ["minor", "patch", "pin", "digest"] } ], "platformAutomerge": true, "schedule": ["every weekend"] }Relevant debug logs
No response
Have you created a minimal reproduction repository?
No reproduction repository
Beta Was this translation helpful? Give feedback.
All reactions