DNM: tardev-snapshotter: Extend the snapshotter to support creation of dm-verity block devices with signatures #1435
This file contains 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: Pull request WIP checks | |
on: | |
pull_request: | |
types: | |
- opened | |
- synchronize | |
- reopened | |
- edited | |
- labeled | |
- unlabeled | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
cancel-in-progress: true | |
jobs: | |
pr_wip_check: | |
runs-on: ubuntu-latest | |
name: WIP Check | |
steps: | |
- name: WIP Check | |
if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }} | |
uses: tim-actions/wip-check@1c2a1ca6c110026b3e2297bb2ef39e1747b5a755 | |
with: | |
labels: '["do-not-merge", "wip", "rfc"]' | |
keywords: '["WIP", "wip", "RFC", "rfc", "dnm", "DNM", "do-not-merge"]' |