Skip to content

Commit 8e50e29

Browse files
Update .github/workflows/scripts/pr_check.py
Co-authored-by: Copilot <[email protected]>
1 parent c1be59f commit 8e50e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/pr_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def main():
248248
auto_branch = create_or_get_branch(target_br, branches, local_repo_path, args.dry_run)
249249

250250
# Cherry-pick the commits onto the auto_update branch
251-
if cherry_pick_commits(local_repo_path, commits, auto_branch, args.dry_run) is False:
251+
if not cherry_pick_commits(local_repo_path, commits, auto_branch, args.dry_run):
252252
continue
253253

254254
if not args.dry_run:

0 commit comments

Comments
 (0)