We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 372d645 commit 3c00335Copy full SHA for 3c00335
.github/workflows/vistest.yml
@@ -17,6 +17,12 @@ jobs:
17
with:
18
permission: write
19
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
+
26
- name: Validate pull request is not on forked repo
27
uses: actions/github-script@v6
28
id: pr_data
0 commit comments