Knowledge Share #218
Closed
BenLloydPearson
announced in
Automation Example Bounties
Replies: 1 comment
-
https://docs.gitstream.cm/automations/standard/share-knowledge/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Automation Name: share_knowledge
Assign PR reviewers from a specified team at random who have an expertise level below a specified threshold
Conditions (all must be true):
Share Knowledge
label has been applied to the PRAutomation Actions:
reviewers: {{ repo | codeExperts(lt=50) | random }}
Beta Was this translation helpful? Give feedback.
All reactions