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 16e7dfb commit 02cab21Copy full SHA for 02cab21
.github/workflows/playwright-update.yml
@@ -22,6 +22,12 @@ jobs:
22
- name: Checkout
23
uses: actions/checkout@v4
24
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
+
31
- name: Checkout the branch from the PR that triggered the job
32
run: |
33
# PR branch remote must be checked out using https URL
0 commit comments