Skip to content

build(deps): bump ubi8/openjdk-21-runtime from 1.20-2.1727147592 to 1.20-2.1729089290 in /src/main/docker #3456

build(deps): bump ubi8/openjdk-21-runtime from 1.20-2.1727147592 to 1.20-2.1729089290 in /src/main/docker

build(deps): bump ubi8/openjdk-21-runtime from 1.20-2.1727147592 to 1.20-2.1729089290 in /src/main/docker #3456

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