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 5b3cf06 commit e61f2b3Copy full SHA for e61f2b3
.github/workflows/scripts/package_commands_comment
@@ -117,7 +117,7 @@ main() {
117
on_error 1
118
fi
119
120
- # Fetch changed files in pull request (no need to paginate because skipping PRs affecting multiple packages anyway):
+ # Fetch changed files in pull request:
121
response=$(github_api "GET" "/repos/${repo_owner}/${repo_name}/pulls/${pr_number}/files?per_page=100")
122
files=$(echo "${response}" | jq -r '.[] | .filename')
123
0 commit comments