Skip to content

[storage/qmdb/current] extend current sync protocol to fetch ops root witnesses #11611

[storage/qmdb/current] extend current sync protocol to fetch ops root witnesses

[storage/qmdb/current] extend current sync protocol to fetch ops root witnesses #11611

name: Conformance Label
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
merge_group:
permissions:
contents: read
pull-requests: read
jobs:
Check:
name: Check
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
with:
sparse-checkout: .github/scripts
- name: Check for conformance changes requiring label
if: github.event_name == 'pull_request'
env:
GH_TOKEN: ${{ github.token }}
PR_NUMBER: ${{ github.event.pull_request.number }}
run: ./.github/scripts/check_conformance_label.sh