Skip to content

Review BCR Pull Requests #20

Review BCR Pull Requests

Review BCR Pull Requests #20

Workflow file for this run

name: Review BCR Pull Requests
on:
schedule:
- cron: "*/10 * * * *" # Run this action every 10 mins
workflow_dispatch: # So that this can be triggered manually
jobs:
review_prs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
egress-policy: audit
- name: Run BCR PR Reviewer
uses: bazelbuild/continuous-integration/actions/bcr-pr-reviewer@86c86121365e310cc41484d65fa3985ab763e8ab # master
with:
# This token needs to be updated annually on Feb 05.
token: ${{ secrets.BCR_PR_REVIEW_HELPER_TOKEN }}
action-type: review_prs