Skip to content

Commit

Permalink
React to the galata update comment (#7086)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Oct 4, 2023
1 parent 16e7dfb commit 02cab21
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/playwright-update.yml
Expand Up @@ -22,6 +22,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: React to the triggering comment
run: |
gh api repos/${{ github.repository }}/issues/comments/${{ github.event.comment.id }}/reactions --raw-field 'content=+1'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout the branch from the PR that triggered the job
run: |
# PR branch remote must be checked out using https URL
Expand Down

0 comments on commit 02cab21

Please sign in to comment.