build(deps): bump ubi8/openjdk-17-runtime from 1.19-4.1715070687 to 1.20-2 in /src/container (backport #1943) #4667
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |