Skip to content

Commit a5d53d0

Browse files
committed
ci: add pagination when fetching PR comments
1 parent edc01f5 commit a5d53d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pkg_artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ jobs:
136136
BODY+='```'$'\n'
137137
138138
COMMENT_ID=$(gh api "repos/${{ github.repository }}/issues/${PR_NUMBER}/comments" \
139+
--paginate \
139140
--jq '.[] | select(.body | contains("<!-- e2b-pkg-artifacts -->")) | .id' \
140141
| tail -1)
141142

0 commit comments

Comments
 (0)