Skip to content

In User Guide Appendix, most links to Google Sheets that show metadata block TSVs are broken #5853

In User Guide Appendix, most links to Google Sheets that show metadata block TSVs are broken

In User Guide Appendix, most links to Google Sheets that show metadata block TSVs are broken #5853

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