Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ff6347/d3912accd70e75165f2045bacb8a555b to your computer and use it in GitHub Desktop.
Save ff6347/d3912accd70e75165f2045bacb8a555b to your computer and use it in GitHub Desktop.
curl -H "Authorization: token $OAUTH_TOKEN" --data '{"archived": true}' https://api.github.com/repos/:user/:repo
curl -H "Authorization: token $OAUTH_TOKEN" https://api.github.com/repos/:user/:repo/pulls/:pullId/merge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment