Last active
November 20, 2018 16:40
-
-
Save anapaulagomes/7f4f8baa9e932cccd6d50075e5e0fa7b to your computer and use it in GitHub Desktop.
Github issues to JSON
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Docs: https://developer.github.com/v3/issues/#list-issues-for-a-repository