Regenerate Bazel files for Dependabot PRs

This commit is contained in:
Michael B. Gale
2024-06-14 09:41:59 +01:00
parent 14842d4ba7
commit 0b718a6034

View File

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