Skip to content

add support to pnpm-lock.yaml file #97

add support to pnpm-lock.yaml file

add support to pnpm-lock.yaml file #97

Workflow file for this run

name: Check PR Labels
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
jobs:
check-labels:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: chromaui/pr-label-checker-action@main
with:
one-of: |
major, minor, patch
release, next-release, skip-release
none-of: DO NOT MERGE