Skip to content

Commit

Permalink
Update dev/check_patch_prs.py
Browse files Browse the repository at this point in the history
Co-authored-by: WeichenXu <weichen.xu@databricks.com>
Signed-off-by: Harutaka Kawamura <hkawamura0130@gmail.com>
  • Loading branch information
harupy and WeichenXu123 committed Apr 25, 2024
1 parent 10a68d3 commit 18b29f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/check_patch_prs.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def fetch_patch_prs(version):
break
page += 1

return {pr["number"]: pr["pull_request"].get("merged_at") is not None for pr in data["items"]}
return {pr["number"]: pr["pull_request"].get("merged_at") is not None for pr in pulls}


@click.command()
Expand Down

0 comments on commit 18b29f3

Please sign in to comment.