expected-changes: Use set constructor

This commit is contained in:
Rasmus Wriedt Larsen
2024-11-04 14:14:15 +01:00
committed by GitHub
parent a89c82bf74
commit 5f20f1984c

View File

@@ -373,7 +373,7 @@ def main(pr_number: Optional[int], sha_override: Optional[str] = None, force=Fal
target_url=job["html_url"],
created_at=check_run["completed_at"],
nwo=nwo,
job_ids=[job["id"]],
job_ids={job["id"]},
))
break
else: