Skip to content

Instantly share code, notes, and snippets.

@colorbox
Created December 28, 2018 15:38
Show Gist options
  • Save colorbox/cd942213585c6022612bdc7ffc5fb02e to your computer and use it in GitHub Desktop.
Save colorbox/cd942213585c6022612bdc7ffc5fb02e to your computer and use it in GitHub Desktop.
PRのコメントを作成するcurlコマンド
curl -X POST -H "Content-Type: application/json" -H "Authorization: token <your GitHub token>" --data '{"commit_id":"8ae911bfd368794ba8955793faff475dcf0b81b7","body":"test","path":"app/models/space_include_ _file_name.rb","position":2}' https://api.github.com/repos/colorbox/kata/pulls/3/comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment