Migreer VTH Dashboard naar Strapi v5 (ATOMIC: includes complete plugin swap) #1260
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: GitHub Issues as WCAG result | |
| on: | |
| issues: | |
| types: | |
| - opened | |
| - closed | |
| - reopened | |
| - unlabeled | |
| - labeled | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| publish-wcag-result: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout branch | |
| uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 | |
| - name: Include GitHub Issues as WCAG result | |
| uses: frameless/wcag-issues-action@latest | |
| with: | |
| website: https://loket.digitaal.utrecht.nl/ | |
| label-color: D93F0B | |
| owner: frameless | |
| repo: strapi | |
| input: apps/pdc-frontend/wcag-evaluation.json | |
| create-labels: true | |
| create-artifact: true | |
| token: ${{ secrets.GH_ISSUES_TOKEN }} |