{{ handoff.handoffScope.mode | enum_label("handoffMode") }}{% if handoff.handoffScope.get("stages") %} — stages {{ handoff.handoffScope.stages | join(", ") }}{% endif %}{% if handoff.handoffScope.get("collectorBranch") %} · Collector branch {{ handoff.handoffScope.collectorBranch }}{% endif %}
{{ t('tasks.release-handoff.branch') }} {{ handoff.featureBranchState.branchName }}
{{ t('tasks.release-handoff.pr-result') }} {{ handoff.pullRequestOutcome.kind }}{% if prUrl %} · {{ t('tasks.release-handoff.pull-request-open') }}{% endif %}
{{ t('tasks.release-handoff.there-are-no-commits') }}
{% else %}| {{ t('tasks.release-handoff.commit') }} | {{ t('tasks.release-handoff.subject') }} | {{ t('tasks.release-handoff.files') }} |
|---|---|---|
| {{ row.subject | inline_code }} | {% for file in row.files %}{{ file }}{% if not loop.last %} {% endif %}{% endfor %} |
{{ t('tasks.release-handoff.the-verification-report-this-rests-on') }}{% for row in handoff.sourceVerificationReports %} — stage {{ row.stage }}: {{ row.path }} · {{ row.verdictTokenQuote | inline_code }}{% endfor %}
{{ t('tasks.release-handoff.the-verification-report-this-rests-on') }} — {{ handoff.sourceVerificationReport.path }} · {{ handoff.sourceVerificationReport.verdictTokenQuote | inline_code }}
{{ handoff.routingRecommendation | inline_code }}