Skip to content

update docs and clean up #107

update docs and clean up

update docs and clean up #107

Workflow file for this run

name: Label
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
branches:
- main
jobs:
label:
name: Require PR Label major/minor/patch
runs-on: ubuntu-latest
steps:
- uses: mheap/[email protected]
with:
mode: exactly
count: 1
labels: "major, minor, patch"