Skip to content

⬆️ Update dependency blacken-docs to v1.18.0 #792

⬆️ Update dependency blacken-docs to v1.18.0

⬆️ Update dependency blacken-docs to v1.18.0 #792

Workflow file for this run

---
name: PR Labels
# yamllint disable-line rule:truthy
on:
pull_request_target:
types:
- opened
- labeled
- unlabeled
- synchronize
workflow_call:
jobs:
validate:
name: Verify
runs-on: ubuntu-latest
steps:
- name: 🏷 Verify PR has a valid label
uses: klaasnicolaas/[email protected]
with:
valid-labels: >-
breaking-change, bugfix, documentation, enhancement, sync,
refactor, performance, new-feature, maintenance, ci, dependencies