Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Usage:

Add functionality adds labels specified to the list of labels:

@mxnet-label-bot add [comma separated labels] (i.e. @mxnet-label-bot add ['label1', 'label2'])


Remove functionality removes labels specified from the list of labels:

@mxnet-label-bot remove [comma separated labels] (i.e. @mxnet-label-bot remove ['label1', 'label2'])


Update functionality updates the labels of the issue to only the labels specified in the list

**Warning** : This removes all previous labels on the repo

@mxnet-label-bot update [comma separated labels] (i.e. @mxnet-label-bot update ['label1', 'label2'])

...