Skip to content

fix: casing in CSS file comment to trigger CSS npm package republish #415

fix: casing in CSS file comment to trigger CSS npm package republish

fix: casing in CSS file comment to trigger CSS npm package republish #415

name: 'PR Label Checker'
on:
pull_request:
branches:
- main
types: [opened, labeled, unlabeled, synchronize]
jobs:
check_labels:
name: 'Check PR Labels'
runs-on: ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@v5
with:
mode: exactly
count: 1
labels: 'major, minor, patch'