mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-31 13:40:29 +08:00
React to the galata update comment (#7086)
This commit is contained in:
parent
16e7dfbb37
commit
02cab2133d
6
.github/workflows/playwright-update.yml
vendored
6
.github/workflows/playwright-update.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user