From 0b718a603496fca3660e8da217fc13366e301337 Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Fri, 14 Jun 2024 09:41:59 +0100 Subject: [PATCH] Regenerate Bazel files for Dependabot PRs --- go/actions/test/action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/go/actions/test/action.yml b/go/actions/test/action.yml index cc92ede59b9..4364b194650 100644 --- a/go/actions/test/action.yml +++ b/go/actions/test/action.yml @@ -26,6 +26,11 @@ runs: shell: bash run: 'find .github/problem-matchers -name \*.json -exec echo "::add-matcher::{}" \;' + - name: Regenerate Bazel files for Dependabot PR + if: github.actor == 'dependabot[bot]' + shell: bash + run: bazel run //go:gazelle + - name: Check checked-in generated code if: inputs.run-code-checks == 'true' shell: bash