Skip to content

Bump actions/setup-python from 4 to 5 #10

Bump actions/setup-python from 4 to 5

Bump actions/setup-python from 4 to 5 #10

Workflow file for this run

name: PR Compliancy
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check_semver_labels:
name: Check Semver labels
runs-on: "ubuntu-latest"
steps:
- name: Check for Semver labels
uses: danielchabr/[email protected]
with:
hasSome: major,minor,patch
githubToken: ${{ secrets.GITHUB_TOKEN }}