Skip to content

Update pre-commit repos #75

Update pre-commit repos

Update pre-commit repos #75

Workflow file for this run

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