Skip to content

Commit 02cab21

Browse files
authored
React to the galata update comment (#7086)
1 parent 16e7dfb commit 02cab21

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/playwright-update.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v4
2424

25+
- name: React to the triggering comment
26+
run: |
27+
gh api repos/${{ github.repository }}/issues/comments/${{ github.event.comment.id }}/reactions --raw-field 'content=+1'
28+
env:
29+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
2531
- name: Checkout the branch from the PR that triggered the job
2632
run: |
2733
# PR branch remote must be checked out using https URL

0 commit comments

Comments
 (0)