React to the galata update comment (#7086)

This commit is contained in:
Jeremy Tuloup 2023-10-04 08:36:56 +02:00 committed by GitHub
parent 16e7dfbb37
commit 02cab2133d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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