Skip to content

feat: add release management automation #2

feat: add release management automation

feat: add release management automation #2

Workflow file for this run

# Copyright 2023 (Unpublished) Verto Inc.
name: Check PR labels
on:
pull_request:
types: [opened, labeled, unlabeled]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: jesusvasquez333/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
valid-labels: "major, minor, patch"
invalid-labels: "hold"