Genereer TypeScript-interfaces op basis van Kennisartikel- en VAC-schema's #255
This file contains 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@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7 | |
- 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 }} |