Skip to content

chore(deps): bump google.golang.org/grpc from 1.79.1 to 1.79.3 #5

chore(deps): bump google.golang.org/grpc from 1.79.1 to 1.79.3

chore(deps): bump google.golang.org/grpc from 1.79.1 to 1.79.3 #5

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