We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 860c0c2 commit 76d614bCopy full SHA for 76d614b
1 file changed
.github/workflows/DocPreviewCleanup.yml
@@ -39,8 +39,8 @@ jobs:
39
end
40
41
function all_prs()
42
- url = "https://api.github.com/repos/$repo/pulls?per_page=100;page=$(page)"
43
- query_prs(page) = JSON3.read(HTTP.get(url).body)
+ url = "https://api.github.com/repos/$repo/pulls?per_page=100;page="
+ query_prs(page) = JSON3.read(HTTP.get(url * page).body)
44
prs = []
45
page = 1
46
while true
0 commit comments