Skip to content

Remove title

Remove title #2

Workflow file for this run

---
name: Enforce Labeling
on:
pull_request_target:
types: [opened, synchronize, reopened, labeled, unlabeled]
branches:
- main
workflow_dispatch:
jobs:
check_labels:
runs-on: ubuntu-latest
steps:
- name: Check Pull Request Labels
uses: discoverygarden/enforce-label@v1
with:
required_labels: major,minor,patch,no-update