Skip to content

Update release-drafter/release-drafter action to v6.1.0 #1280

Update release-drafter/release-drafter action to v6.1.0

Update release-drafter/release-drafter action to v6.1.0 #1280

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