Skip to content

[CI] Add action and workflow to check for semver label #1

[CI] Add action and workflow to check for semver label

[CI] Add action and workflow to check for semver label #1

name: PR
on:
pull_request:
types: [labeled, unlabeled]
jobs:
semver-label-check:
name: Semver label check
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- name: Check for semver label
uses: ./github/actions/pull_request_label_checker.yml