Skip to content

rules_fuzzing@0.5.2 #1158

rules_fuzzing@0.5.2

rules_fuzzing@0.5.2 #1158

name: Notify Module Maintainers For PR Review
on:
pull_request_target:
branches:
- main
paths:
- 'modules/**'
jobs:
notify_maintainers:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
with:
egress-policy: audit
- name: Run BCR PR Reviewer
uses: bazelbuild/continuous-integration/actions/bcr-pr-reviewer@9fddc08b79867b8eea406c2d75898d4e98b20388 # master
with:
# This token needs to be updated annually on Feb 05.
token: ${{ secrets.BCR_PR_REVIEW_HELPER_TOKEN }}
action-type: notify_maintainers