Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAssigning labels to issues not possible #34
Comments
|
I can confirm this problem. Do you think you're going to fix this? |
|
Also just ran into this... |
|
I had similar issue with labels.replace_all() got |
It's not possible to assign labels to issues. Regardless of what is passed to
add_to_issuefor the labels, there is always a ValueError thrown:Also, the example in the documentation is wrong, there are non-keyword arguments after keyword arguments.