Skip to content

Fix a11y: Header color contrast #60

Fix a11y: Header color contrast

Fix a11y: Header color contrast #60

Workflow file for this run

name: "PR Labeler"
on:
pull_request:
types: [opened, synchronize]
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"