Skip to content

Enforce the use of semver tags on PRs #2

Enforce the use of semver tags on PRs

Enforce the use of semver tags on PRs #2

name: Semver PR Label Check
on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened, labeled, unlabeled]
jobs:
run_semver_pr_label_check:
uses: main-branch/semver_pr_label_check/.github/workflows/semver_pr_label_check.yml@v1
secrets:
repo_token: ${{ secrets.GITHUB_TOKEN }}