Skip to content

Commit a302c0d

Browse files
committed
Update reasons for JSON
1 parent 2e2ebaa commit a302c0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

needs_backport.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ def check_prs(
108108

109109
if is_commit_title_in_branch(repo_path, title, branch_to_check):
110110
print(" [red]Backport found, remove label?[/red]")
111-
candidates["with backports, remove label?"].append(pr)
111+
candidates["PRs with backports"].append(pr)
112112
else:
113113
print(f" [yellow]Backport to {branch_to_check} missing[/yellow]")
114-
candidates["missing backports"].append(pr)
114+
candidates["PRs missing backports"].append(pr)
115115

116116
return candidates
117117

0 commit comments

Comments
 (0)