Skip to content

Add [email protected] to BCR.

Add [email protected] to BCR. #3243

name: Generate module diff
on:
pull_request:
branches:
- main
paths:
- 'modules/**'
jobs:
generate_module_diff:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
with:
egress-policy: audit
- name: Check out PR code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Generate module diff ( ⭐ 🔍 Expand here to see the diff ⭐)
uses: bazelbuild/continuous-integration/actions/bcr-pr-reviewer@c15c7b56e6639faf6daa7be564a966dcd138b5a5
with:
action-type: diff_module