Skip to content

Commit 539ffcb

Browse files
authored
add reactions to the comment
1 parent d2e8780 commit 539ffcb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pr-format.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
1616
timeout-minutes: 7
1717
steps:
18+
- name: PR comment with reactions
19+
uses: thollander/actions-comment-pull-request@v2
20+
with:
21+
reactions: eyes
22+
1823
- name: Checkout
1924
uses: actions/checkout@v4
2025
with:

0 commit comments

Comments
 (0)