Skip to content

build(deps): bump ubi8/openjdk-17-runtime from 1.20-2 to 1.20-3 in /src/main/docker (backport #254) #1024

build(deps): bump ubi8/openjdk-17-runtime from 1.20-2 to 1.20-3 in /src/main/docker (backport #254)

build(deps): bump ubi8/openjdk-17-runtime from 1.20-2 to 1.20-3 in /src/main/docker (backport #254) #1024

Workflow file for this run

name: Require semantic labels
on:
pull_request:
types:
- opened
- labeled
- unlabeled
- synchronize
jobs:
check-pr-label-and-comment:
runs-on: ubuntu-latest
steps:
- uses: yashhy/[email protected]
with:
# This list is duplicated from release-drafter.yml
required_labels: 'chore,ci,cleanup,docs,feat,fix,perf,refactor,style,test'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}