Skip to content

Switch to version 3 UI of web server #902

Switch to version 3 UI of web server

Switch to version 3 UI of web server #902

Workflow file for this run

---
name: PR Labels
# yamllint disable-line rule:truthy
on:
pull_request:
# Don't run on target branch
branches-ignore:
- main
types: [opened, labeled, unlabeled, synchronize]
jobs:
validate:
name: Verify
runs-on: ubuntu-latest
steps:
- name: 🏷 Verify PR has a valid label
uses: klaasnicolaas/action-pr-labels@v2.0.1
with:
valid-labels: >-
breaking-change, bugfix, documentation, enhancement, sync,
refactor, performance, new-feature, maintenance, ci, dependencies