multi-pr #21
| @@ -73,7 +73,7 @@ def get_pr(pr: int) -> dict[str, Any]: | |||||||
|  |  | ||||||
|  |  | ||||||
| def pr_merge_status( | def pr_merge_status( | ||||||
|     pr: int, branches: list[str] = DEFAULT_BRANCHES, check_backport: bool = True |     pr: int, branches: list[str] | None = DEFAULT_BRANCHES, check_backport: bool = True | ||||||
| ) -> PRStatus: | ) -> PRStatus: | ||||||
|     if not branches: |     if not branches: | ||||||
|         branches = DEFAULT_BRANCHES |         branches = DEFAULT_BRANCHES | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user