You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Close PRs for which there is no latest_series on sync
After recent fixes in subject-branch mapping, when syncing "old"
subjects a situation may occur when there are no relevant series for
an open PR. This caused the following error message:
```
E0807 21:21:26.207 branch_worker.py:863] BUG: Unable to find PR for selftests/bpf: Install test modules into $INSTALL_PATH https://patchwork.kernel.org/project/netdevbpf/list/?series=985731
```
Fix it by explicitly checking for latest_series() and closing the PR
if it doesn't exist.
Differential Revision: D79864591
Reviewed-by: Amery Hung <[email protected]>
Signed-off-by: Ihor Solodrai <[email protected]>
0 commit comments