Skip to content

Commit 26e0964

Browse files
committed
let's only start with one for now.
1 parent d7215c3 commit 26e0964

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/close-lock-engineblock-issues.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "Fetching page $page of issues..."
3434
response=$(curl -sS -H "Authorization: token $GITHUB_TOKEN" \
3535
-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")
36+
"https://api.github.com/repos/$GITHUB_REPOSITORY/issues?state=open&labels=$LABEL_NAME&per_page=1&page=$page")
3737
3838
echo $response > issues.json
3939
@@ -76,6 +76,4 @@ jobs:
7676
exit 1
7777
fi
7878
done
79-
80-
((page++))
8179
done

0 commit comments

Comments
 (0)