Skip to content

Review BCR Pull Requests #5526

Review BCR Pull Requests

Review BCR Pull Requests #5526

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
if: github.repository_owner == 'bazelbuild'
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
egress-policy: audit
- name: Run BCR PR Reviewer
if: github.repository_owner == 'bazelbuild'
uses: bazelbuild/continuous-integration/actions/bcr-pr-reviewer@ecb81a9f161e6a560633222436406e41b93f6991 # master
with:
# This token needs to be updated annually on Feb 05.
token: ${{ secrets.BCR_PR_REVIEW_HELPER_TOKEN }}
action-type: review_prs