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 3c84108 commit 566546bCopy full SHA for 566546b
status.py
@@ -109,7 +109,7 @@ def run():
109
# Augment the BOM records with statistics about issues.
110
logging.info(f"Augmenting BOM with issues info...")
111
for c in bom:
112
- if not c["issues"]: continue # Component does not use itHub Issues.
+ if not c["issues"]: continue # Component does not use GitHub Issues.
113
114
issues = ghi.repo(c["issues"]["org"], c["issues"]["repo"]).issues()
115
0 commit comments