Skip to content

Instantly share code, notes, and snippets.

@antonbabenko
Created May 31, 2016 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antonbabenko/9f4716b34f40f3461f51ed47b55bddb9 to your computer and use it in GitHub Desktop.
Save antonbabenko/9f4716b34f40f3461f51ed47b55bddb9 to your computer and use it in GitHub Desktop.
Write comment to github PR
curl -H "Authorization: token $GITHUB_TOKEN" \
-X POST https://api.github.com/repos/antonbabenko/myrepo/issues/123/comments \
--data '{"body": "Nice change"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment