Skip to content

Add workflow to check required PR labels #21

Add workflow to check required PR labels

Add workflow to check required PR labels #21

Workflow file for this run

name: "Check Pull Request labels"
# yamllint disable-line rule:truthy
on:
pull_request:
branches:
- dev
types:
- labeled
- unlabeled
- synchronize
permissions: {}
jobs:
check_labels:
name: "Check Pull Request labels"
runs-on: ubuntu-latest
steps:
- name: Check the labels
uses: ludeeus/action-require-labels@1.1.0
with:
labels: >-
breaking-change, bugfix, code-quality, dependency, deprecation, new-feature, new-integration