From 10d3219a676fd2a554b70fd59eeba78636758772 Mon Sep 17 00:00:00 2001 From: yanyongyu Date: Mon, 13 Sep 2021 01:11:03 +0800 Subject: [PATCH] :bug: fix missing space in pr header --- src/plugins/github/libs/issue/templates/issue-header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/github/libs/issue/templates/issue-header.html b/src/plugins/github/libs/issue/templates/issue-header.html index a3a41dd..37de33c 100644 --- a/src/plugins/github/libs/issue/templates/issue-header.html +++ b/src/plugins/github/libs/issue/templates/issue-header.html @@ -69,7 +69,7 @@ merged {%- else -%} wants to merge - {%- endif -%} + {%- endif %} {{ pull_request.commits }} commits into {{ pull_request.base.label|escape }}