build(deps): bump ubi8/openjdk-17-runtime from 1.20-2 to 1.20-3.1724181070 in /src/container #4759
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 | |