[ZEN-836] Add option to wait until callback drop in undeclare #269
Workflow file for this run
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: PR Label Checklists | ||
| on: | ||
| pull_request_target: | ||
| types: [edited] | ||
| jobs: | ||
| verify: | ||
|
Check failure on line 8 in .github/workflows/pr-label-checklists-verify.yml
|
||
| name: Verify | ||
| permissions: | ||
| statuses: write | ||
| contents: read | ||
| uses: eclipse-zenoh/ci/.github/workflows/pr-label-checklists-verify.yml@main | ||
| secrets: | ||
| github-token: ${{ secrets.GITHUB_TOKEN }} | ||