We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7215c3 commit 26e0964Copy full SHA for 26e0964
.github/workflows/close-lock-engineblock-issues.yml
@@ -33,7 +33,7 @@ jobs:
33
echo "Fetching page $page of issues..."
34
response=$(curl -sS -H "Authorization: token $GITHUB_TOKEN" \
35
-H "Accept: application/vnd.github.v3+json" \
36
- "https://api.github.com/repos/$GITHUB_REPOSITORY/issues?state=open&labels=$LABEL_NAME&per_page=100&page=$page")
+ "https://api.github.com/repos/$GITHUB_REPOSITORY/issues?state=open&labels=$LABEL_NAME&per_page=1&page=$page")
37
38
echo $response > issues.json
39
@@ -76,6 +76,4 @@ jobs:
76
exit 1
77
fi
78
done
79
-
80
- ((page++))
81
0 commit comments