From 92a534a55b4c73b1d2950ea4f0f35905bb22b7a0 Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Wed, 27 Sep 2023 20:13:13 +0200 Subject: [PATCH] github: remove unintended line break in issue voting note (#19455) --- .github/workflows/add-voting-info.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/add-voting-info.yml b/.github/workflows/add-voting-info.yml index 4fb967a295ffdd..f2645463942e67 100644 --- a/.github/workflows/add-voting-info.yml +++ b/.github/workflows/add-voting-info.yml @@ -17,8 +17,7 @@ jobs: issue-number: ${{ github.event.issue.number }} body: | > [!NOTE] - > You can vote for this issue using the 👍 reaction. More votes increase the issue's priority - for developers. + > You can vote for this issue using the 👍 reaction. More votes increase the issue's priority for developers. > > Take into account that only the 👍 reaction counts as a vote. > Only reactions to the issue itself will be counted as votes, not comments.