| 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@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0 |
| with: |
| egress-policy: audit |
| |
| - name: Check out PR code |
| uses: actions/checkout@v7 |
| 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@47d5ff02f7c1108d72b1d9182bf64d43ce2c539e |
| with: |
| action-type: diff_module |