Skip to content

add pkg lock check before pipx installations #6

add pkg lock check before pipx installations

add pkg lock check before pipx installations #6

name: PR Label - Checker
on:
pull_request:
branches:
- master
types:
- reopened
- labeled
- unlabeled
- edited
- synchronize
jobs:
check_labels:
name: Check PR Versioning Labels
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: mheap/github-action-required-labels@v1
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
mode: exactly
count: 1
labels: major, minor, patch