Skip to content

Instantly share code, notes, and snippets.

@anapaulagomes
Last active November 20, 2018 16:40
Show Gist options
  • Save anapaulagomes/7f4f8baa9e932cccd6d50075e5e0fa7b to your computer and use it in GitHub Desktop.
Save anapaulagomes/7f4f8baa9e932cccd6d50075e5e0fa7b to your computer and use it in GitHub Desktop.
Github issues to JSON
curl -u your_user:your_personal_token 'https://api.github.com/repos/OwnerHereAttentionItISSensitiveCase/repo-name/issues?labels=flaky-test&state=all' > flaky-tests.json
# it requires the `repo` permission. you can generate your token here: https://github.com/settings/tokens - needed if you have 2FA enabled
@anapaulagomes
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment