Created
September 13, 2022 02:55
-
-
Save navicore/ce750c47ffb0d24d77f25e2291a0f8e1 to your computer and use it in GitHub Desktop.
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
| #!/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