Skip to content

Add action to check labels on PRs #2

Add action to check labels on PRs

Add action to check labels on PRs #2

Workflow file for this run

name: Labels
on:
pull_request:
branches:
- main
types:
- labeled
- opened
- synchronize
- unlabeled
permissions: {}
jobs:
check:
name: Check labels
runs-on: ubuntu-latest
steps:
- name: Check the labels
uses: ludeeus/[email protected]
with:
labels: >-
breaking-change, bugfix, dependencies, enhancement, feature, actions, repository