Skip to content

Commit e61f2b3

Browse files
authored
docs: update comment
Signed-off-by: Athan <[email protected]>
1 parent 5b3cf06 commit e61f2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/package_commands_comment

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ main() {
117117
on_error 1
118118
fi
119119

120-
# Fetch changed files in pull request (no need to paginate because skipping PRs affecting multiple packages anyway):
120+
# Fetch changed files in pull request:
121121
response=$(github_api "GET" "/repos/${repo_owner}/${repo_name}/pulls/${pr_number}/files?per_page=100")
122122
files=$(echo "${response}" | jq -r '.[] | .filename')
123123

0 commit comments

Comments
 (0)