Skip to content

In 6.4: After linking to a dataset, cannot unlink as 'Admin' and error message has code snippets and does not reference objects #6186

In 6.4: After linking to a dataset, cannot unlink as 'Admin' and error message has code snippets and does not reference objects

In 6.4: After linking to a dataset, cannot unlink as 'Admin' and error message has code snippets and does not reference objects #6186

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