mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
chore: re-add accidentally dropped comments
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
7179f9e214
commit
780e3f94ef
1 changed files with 3 additions and 0 deletions
3
.github/workflows/command-pull-3rdparty.yml
vendored
3
.github/workflows/command-pull-3rdparty.yml
vendored
|
|
@ -33,6 +33,9 @@ jobs:
|
|||
comment-id: ${{ github.event.comment.id }}
|
||||
reactions: '+1'
|
||||
|
||||
# issue_comment events carry no pull_request context in their payload, so we
|
||||
# must fetch the PR via the API. This also gives us base.ref for free, avoiding
|
||||
# a second API call. The GITHUB_TOKEN needs pull-requests:read (granted above).
|
||||
- name: Get pull request metadata
|
||||
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
|
||||
id: get-pr
|
||||
|
|
|
|||
Loading…
Reference in a new issue