We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448b383 commit caa075cCopy full SHA for caa075c
scripts/get-prs.py
@@ -58,7 +58,7 @@ def extract_gitref(s):
58
]
59
else:
60
for c in commits:
61
- if len(c.parents() == 1):
+ if len(c.parents) == 1:
62
# Chartpress ignores merge commits when generating the Helm chart SHA
63
prs.update(c.get_pulls())
64
pr_summaries = [
0 commit comments