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 1cf2530 commit ee81bf2Copy full SHA for ee81bf2
.github/workflows/qhelp-pr-preview.yml
@@ -85,7 +85,7 @@ jobs:
85
run: |
86
# Find the latest comment starting with "QHelp previews"
87
COMMENT_PREFIX="QHelp previews"
88
- gh api "repos/${{ github.repository }}/issues/${{ github.event.number }}/comments?per_page=100" --jq "[.[] | select(.body|startswith(\"${COMMENT_PREFIX}\")) | .id] | max" > comment_id.txt
+ gh api "repos/${{ github.repository }}/issues/${{ github.event.number }}/comments" --paginate --jq "[.[] | select(.body|startswith(\"${COMMENT_PREFIX}\")) | .id] | max" > comment_id.txt
89
env:
90
GITHUB_TOKEN: ${{ github.token }}
91
0 commit comments