Skip to content

[AIDAPP-281]: When attempting to set a hyperlink via the GDPR configuration the path to the link is incorrectly constructed when attempting to follow it #842

[AIDAPP-281]: When attempting to set a hyperlink via the GDPR configuration the path to the link is incorrectly constructed when attempting to follow it

[AIDAPP-281]: When attempting to set a hyperlink via the GDPR configuration the path to the link is incorrectly constructed when attempting to follow it #842

Workflow file for this run

name: Pull Requests
on:
pull_request:
merge_group:
types: [checks_requested]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
code-checks:
name: Code Checks
uses: ./.github/workflows/ci.yml
secrets:
pat-token: ${{ secrets.PAT }}