Sync Cargo.lock with Zenoh 195a4b5 from 2026-03-09
#1100
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Check required labels | |
| on: | |
| pull_request_target: | |
| types: [opened, synchronize, reopened, labeled] | |
| branches: ["**"] | |
| jobs: | |
| check-labels: | |
| name: Check PR labels | |
| uses: eclipse-zenoh/ci/.github/workflows/check-labels.yml@main | |
| secrets: | |
| github-token: ${{ secrets.GITHUB_TOKEN }} | |
| permissions: | |
| pull-requests: write |