add reactions to the comment

This commit is contained in:
Muhammad Atif Ali 2024-04-16 19:22:31 +03:00 committed by GitHub
parent d2e8780e13
commit 539ffcbaf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -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: