Skip to content

Prep for the next release, updates to deps, actions and test with py314 in CI #785

Prep for the next release, updates to deps, actions and test with py314 in CI

Prep for the next release, updates to deps, actions and test with py314 in CI #785

Workflow file for this run

name: Labels
on:
pull_request:
types:
- opened
- reopened
- labeled
- unlabeled
- synchronize
env:
LABELS: ${{ join( github.event.pull_request.labels.*.name, ' ' ) }}
jobs:
check-type-label:
name: core dev picked label & checked title
runs-on: ubuntu-latest
steps:
- if: "contains( env.LABELS, 'type: ' ) == false"
run: exit 1