Skip to content

perf(pyproject.toml): Set the start version of the new dparse release #41

perf(pyproject.toml): Set the start version of the new dparse release

perf(pyproject.toml): Set the start version of the new dparse release #41

Workflow file for this run

---
name: PR Labels
on:
pull_request_target:
types: [opened, labeled, unlabeled, synchronize]
jobs:
pr_labels:
name: 🏭 Verify
runs-on: ubuntu-latest
steps:
- name: 🏷 Verify PR has a valid label
uses: jesusvasquez333/verify-pr-label-action@v1.4.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
valid-labels: >-
breaking-change, bugfix, documentation, enhancement,
refactor, performance, new-feature, maintenance, ci, cd, dependencies
disable-reviews: true
pull-request-number: '${{ github.event.pull_request.number }}'