Skip to content

build(deps): bump com.google.protobuf:protobuf-java from 3.25.2 to 4.28.2 #3629

build(deps): bump com.google.protobuf:protobuf-java from 3.25.2 to 4.28.2

build(deps): bump com.google.protobuf:protobuf-java from 3.25.2 to 4.28.2 #3629

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 }}