Skip to content

"Download All Responses" button and API endpoint for retrieving guestbook responses time out when used to get responses from certain collections #10315

"Download All Responses" button and API endpoint for retrieving guestbook responses time out when used to get responses from certain collections

"Download All Responses" button and API endpoint for retrieving guestbook responses time out when used to get responses from certain collections #10315

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