Amine (a-hilaly) opened (edited)
When exporting new events to Github, creating and retrieving bugs using the graphql API can lead to some unexpected behaviour (only in some special cases):
- creating a label
bugthen trying to create a labelBugwill return an errorName has already been taken - having only one label named
bugand trying to retrieve a label with nameBugwill return a null ID.
For now to avoid this problem, try to not use two labels with the same letters like core and CorE.
I wrote a message to the Github support, i'll keep this issue up to date once i have a response.