blob: b335f1a1df669e7b9fcff58610a5a65f2aed6187 [file]
name: Notify Module Maintainers For PR Review
on:
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- main
paths:
- 'modules/**'
jobs:
notify_maintainers:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
with:
egress-policy: audit
- name: Run BCR PR Reviewer
uses: bazelbuild/continuous-integration/actions/bcr-pr-reviewer@983681bb6ac2ae9db0d61137fb10833a41a10aa5 # master
with:
# This token needs to be updated annually on Feb 05.
token: ${{ secrets.BCR_PR_REVIEW_HELPER_TOKEN }}
action-type: notify_maintainers