Skip to content

chore(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.11 #3

chore(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.11

chore(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.11 #3

Workflow file for this run

---
name: policy
on:
pull_request_target:
push:
branches:
# Run on merge queue branches for branch protection compatibility.
- gh-readonly-queue/**
- master
permissions:
contents: read
jobs:
quality-checks:
uses: tomasbasham/shared-workflows/.github/workflows/policy.yaml@v1
with:
enable-merge-commit-check: ${{ github.event_name == 'pull_request' || github.event_name == 'pull_request_target' }}
enable-commit-message-check: ${{ github.event_name == 'pull_request' || github.event_name == 'pull_request_target' }}