From 539ffcbaf8b977a8e39db82495a1eded7dfeb817 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 16 Apr 2024 19:22:31 +0300 Subject: [PATCH] add reactions to the comment --- .github/workflows/pr-format.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/pr-format.yaml b/.github/workflows/pr-format.yaml index ee91ffb35b..26efe524db 100644 --- a/.github/workflows/pr-format.yaml +++ b/.github/workflows/pr-format.yaml @@ -15,6 +15,11 @@ jobs: runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }} timeout-minutes: 7 steps: + - name: PR comment with reactions + uses: thollander/actions-comment-pull-request@v2 + with: + reactions: eyes + - name: Checkout uses: actions/checkout@v4 with: