Skip to content

Instantly share code, notes, and snippets.

@ywelsch
Last active November 26, 2019 09:04
Show Gist options
  • Save ywelsch/011b17c910a59292f3eaf5898f285558 to your computer and use it in GitHub Desktop.
Save ywelsch/011b17c910a59292f3eaf5898f285558 to your computer and use it in GitHub Desktop.
curl -s -H "Accept: application/vnd.github.symmetra-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/elastic/elasticsearch/labels?per_page=100 | jq '.[]'.name | grep ":" | grep -v ":Distributed/*" | sed -e 's/^/-label:/' | tr '\n' ' ' | sed -e 's/^/is:open is:issue label:">test-failure" /'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment