Skip to content

opentracing-cpp@1.6.0 #34

opentracing-cpp@1.6.0

opentracing-cpp@1.6.0 #34

name: Dismiss Stale PR Approvals
on:
pull_request_target:
types: [opened, synchronize, reopened]
branches:
- main
jobs:
dismiss_approvals:
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@4b83ef1d08decb055ac7a6f864c3759fa22984a4 # master
with:
# This token needs to be updated annually on Feb 05.
token: ${{ secrets.BCR_PR_REVIEW_HELPER_TOKEN }}
action-type: dismiss_approvals