Skip to content

Instantly share code, notes, and snippets.

@navicore
Created September 13, 2022 02:55
Show Gist options
  • Save navicore/ce750c47ffb0d24d77f25e2291a0f8e1 to your computer and use it in GitHub Desktop.
Save navicore/ce750c47ffb0d24d77f25e2291a0f8e1 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
curl --request GET \
--url "https://api.github.com/repos/dtlaboratory/dtlab-scala-alligator/pulls?state=all" \
--header "Accept: application/vnd.github.v3+json" \
--header "Authorization: Bearer $GITHUB_PAT"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment