Skip to content

API endpoint for retrieving guestbook responses times out when used to get responses from certain collections #9707

API endpoint for retrieving guestbook responses times out when used to get responses from certain collections

API endpoint for retrieving guestbook responses times out when used to get responses from certain collections #9707

name: PR Comment Commands
on:
issue_comment:
types: [created]
jobs:
dispatch:
# Avoid being triggered by forks in upstream
if: ${{ github.repository_owner == 'IQSS' }}
runs-on: ubuntu-latest
steps:
- name: Dispatch
uses: peter-evans/slash-command-dispatch@v5
with:
# This token belongs to @dataversebot and has sufficient scope.
token: ${{ secrets.GHCR_TOKEN }}
commands: |
push-image
repository: IQSS/dataverse
# Commenter must have at least write permission to repo to trigger dispatch
permission: write