diff --git a/git-hangman-lab/scripts/pr b/git-hangman-lab/scripts/pr index 0fc9c53..3a5b35a 100755 --- a/git-hangman-lab/scripts/pr +++ b/git-hangman-lab/scripts/pr @@ -97,7 +97,7 @@ cmd_list() { echo "Listing PRs for: $OWNER/$REPO_NAME" - RESPONSE=$(curl -s -X GET "https://git.hangman-lab.top/api/v1/repos/${OWNER}/${REPO_NAME}/pulls/pinned" \ + RESPONSE=$(curl -s -X GET "https://git.hangman-lab.top/api/v1/repos/${OWNER}/${REPO_NAME}/pulls" \ -H 'accept: application/json' \ -H "Authorization: token ${token}")