Skip to content

The draft icon for PR’s is invisible when using dark mode #8857

The draft icon for PR’s is invisible when using dark mode

The draft icon for PR’s is invisible when using dark mode #8857

Workflow file for this run

name: Labeler
on:
pull_request:
types: [opened, edited]
issues:
types: [opened, edited]
jobs:
Label:
runs-on: ubuntu-latest
steps:
- uses: fregante/title-to-labels-action@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}