Skip to content

Night Owl - Update Line Highlight Background #1278

Night Owl - Update Line Highlight Background

Night Owl - Update Line Highlight Background #1278

Workflow file for this run

---
name: PR Labels
on:
pull_request_target:
types:
- opened
- labeled
- unlabeled
- synchronize
jobs:
pr_labels:
name: Verify PR labels
runs-on: ubuntu-latest
steps:
- uses: jesusvasquez333/[email protected]
with:
pull-request-number: "${{ github.event.pull_request.number }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
valid-labels: >-
breaking-change, bugfix, documentation, enhancement, new-theme,
dependencies, maintenance, theme-updates, skip-changelog, no-stale
disable-reviews: true