build(deps): bump ubi9/openjdk-21 from 1.21-3.1733995526 to 1.21-3.1736923862 in /src/main/docker #1229
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: 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 }} |