ianpittwood / Gerrit-to-Github-Issues

Set of scripts that can be used to synchronize/update Github Issues with data from a Gerrit instance
Apache License 2.0
2 stars 2 forks source link

Add issue assignment management #8

Closed ian-howell closed 4 years ago

ian-howell commented 4 years ago

This commit allows the bot to assign issues to users using the /assign command.

I went with /assign in place of the suggested !assignMe because the former echos what the kubernetes bot uses, which will be more familiar to open source contributors

closes #5