Skip to content

Since we don't have a Dark theme (yet?) use Light theme only #1123

Since we don't have a Dark theme (yet?) use Light theme only

Since we don't have a Dark theme (yet?) use Light theme only #1123

Workflow file for this run

# https://github.com/marketplace/actions/labeler
name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"