From 48a1d6cc6c39e042000f37b4facff0515f0bea8c Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Sat, 21 Oct 2023 04:31:25 +0200 Subject: [PATCH] github: refine voting info (#19611) --- .github/workflows/add-voting-info.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/add-voting-info.yml b/.github/workflows/add-voting-info.yml index f264546394..c8a157583e 100644 --- a/.github/workflows/add-voting-info.yml +++ b/.github/workflows/add-voting-info.yml @@ -17,9 +17,9 @@ 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 use the 👍 reaction to 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. + > Please note that only the 👍 reaction to the issue itself counts as a vote. + > Other reactions and those to comments will not be taken into account. edit-mode: append append-separator: newline