From 02cab2133d83c66ee45d3f75d7e1756cf3db6b47 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Wed, 4 Oct 2023 08:36:56 +0200 Subject: [PATCH] React to the galata update comment (#7086) --- .github/workflows/playwright-update.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/playwright-update.yml b/.github/workflows/playwright-update.yml index f19743b03f..1b56c600c6 100644 --- a/.github/workflows/playwright-update.yml +++ b/.github/workflows/playwright-update.yml @@ -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