Skip to content

Bump google.golang.org/grpc from v1.78.0 to v1.79.3 #105

Bump google.golang.org/grpc from v1.78.0 to v1.79.3

Bump google.golang.org/grpc from v1.78.0 to v1.79.3 #105

name: suggest-reviewers
on:
pull_request:
types: [opened, ready_for_review]
permissions:
contents: read
pull-requests: write
jobs:
suggest-reviewers:
runs-on:
group: databricks-deco-testing-runner-group
labels: ubuntu-latest-deco
if: ${{ !github.event.pull_request.draft && !github.event.pull_request.head.repo.fork }}
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
with:
version: "0.6.5"
- name: Suggest reviewers
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
PR_NUMBER: ${{ github.event.pull_request.number }}
PR_AUTHOR: ${{ github.event.pull_request.user.login }}
run: uv run tools/suggest_reviewers.py