github linkback access token (token with public_repo enabled)
I tried via curl like so; curl -X POST -H 'Authorization: token *token*' https://api.github.com/repos/*project*/issues/*id*/comments -d '{"body": "test"}' and that works, so the token is valid.
Then I create a topic and post a link to a pull request, but no comment appears on github.
Not finding any logs regarding it either
Now I don’t know all the variables but the post.topic.visible would that mean it needs to be in a public category for it to be linked back? My first couple of attempts where in categories that were only visible to the moderators that didn’t seem to work, is that a possible reason it didn’t work or through an error?
Any insight on the other parameters/requirements would be much appreciated.
Mon problème a été résolu par @dax (merci !). J’avais des noms d’organisation en minuscules dans la configuration, mais les dépôts ont des majuscules et des minuscules mélangées. GitHub ne fait pas de distinction entre majuscules et minuscules, et les deux fonctionnent, mais le plugin exige que la casse corresponde au nom tel qu’il apparaît dans l’organisation concernée.