Re-implement assign
plugin from prow
#72
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
https://prow.k8s.io/plugins
Description
The assign plugin assigns or requests reviews from users. Specific users can be assigned with the command '/assign @user1' or have reviews requested of them with the command '/cc @user1'. If no users are specified, the commands default to targeting the user who created the command. Assignments and requested reviews can be removed in the same way that they are added by prefixing the commands with 'un'.
Events handled
[GenericCommentEvent (any event for user text)]
https://github.com/kubernetes/test-infra/tree/master/prow/plugins/assign
The text was updated successfully, but these errors were encountered: