Skip to content
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@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit
- name: Run BCR PR Reviewer
uses: bazelbuild/continuous-integration/actions/bcr-pr-reviewer@abb92bbd05306ecf90ac61baeaa534823d5f122a # master
with:
# This token needs to be updated annually on Feb 05.
token: ${{ secrets.BCR_PR_REVIEW_HELPER_TOKEN }}
action-type: notify_maintainers