Skip to content

⬆️ Update actions/upload-artifact action to v4.3.4 #1788

⬆️ Update actions/upload-artifact action to v4.3.4

⬆️ Update actions/upload-artifact action to v4.3.4 #1788

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