Skip to content

build(deps): bump com.h2database:h2 from 2.1.214 to 2.3.230 #4700

build(deps): bump com.h2database:h2 from 2.1.214 to 2.3.230

build(deps): bump com.h2database:h2 from 2.1.214 to 2.3.230 #4700

Workflow file for this run

name: Check labels not applied
on:
pull_request:
types:
- opened
- labeled
- unlabeled
- synchronize
jobs:
check-needs-triage-not-applied:
runs-on: ubuntu-latest
steps:
- name: Fail if needs-triage label applied
if: ${{ contains(github.event.pull_request.labels.*.name, 'needs-triage')}}
run: exit 1