Skip to content

chore: sync public mirror from internal #4684

chore: sync public mirror from internal

chore: sync public mirror from internal #4684

name: Review thread guard
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
pull_request_review:
types: [submitted, edited, dismissed]
pull_request_review_comment:
types: [created, edited, deleted]
permissions:
contents: read
pull-requests: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ github.event_name }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
unresolved-review-threads:
if: ${{ github.event.pull_request.draft == false }}
uses: dx-corp/.github/.github/workflows/review-thread-guard.yml@8e89570d9d337b9b3f153374610e50965de8c193
with:
pr_number: ${{ github.event.pull_request.number }}
min_severity: high
runner_label: ubuntu-latest
guard_ref: 8e89570d9d337b9b3f153374610e50965de8c193