{_esc(it.get("title"))}
'
- f'{_esc(it.get("body"))}
{_links(it.get("links"))}diff --git a/cc-ci-plan/recipe-report.py b/cc-ci-plan/recipe-report.py index a2e4a0a..9d30a2d 100755 --- a/cc-ci-plan/recipe-report.py +++ b/cc-ci-plan/recipe-report.py @@ -139,12 +139,13 @@ def _links(links): f'{_esc(l["text"])}' for l in links) + "" -def _stories(items): +def _stories(items, repo_url=None): if not items: return "
Nothing this week.
" + lk = (lambda x: _linkify_recipes(_esc(x), repo_url)) if repo_url else _esc return "\n".join( - f'