Skip to content

Commit caa075c

Browse files
manicsminrk
andauthored
Update scripts/get-prs.py
Co-authored-by: Min RK <[email protected]>
1 parent 448b383 commit caa075c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/get-prs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def extract_gitref(s):
5858
]
5959
else:
6060
for c in commits:
61-
if len(c.parents() == 1):
61+
if len(c.parents) == 1:
6262
# Chartpress ignores merge commits when generating the Helm chart SHA
6363
prs.update(c.get_pulls())
6464
pr_summaries = [

0 commit comments

Comments
 (0)