Skip to content

Commit 3c00335

Browse files
committed
Add 👍 reaction as comment feedback for /vistest
1 parent 372d645 commit 3c00335

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/vistest.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
with:
1818
permission: write
1919

20+
- name: Add initial reaction
21+
uses: peter-evans/create-or-update-comment@v2
22+
with:
23+
comment-id: ${{ github.event.comment.id }}
24+
reactions: '+1'
25+
2026
- name: Validate pull request is not on forked repo
2127
uses: actions/github-script@v6
2228
id: pr_data

0 commit comments

Comments
 (0)