feat: OPT3 - avm/res/storage/storage-account - Extend cmk implementation to support managed HSM with no existing keyvault block
#16637
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: .Platform - Check Labels | |
| on: | |
| pull_request_target: | |
| types: | |
| - opened | |
| - labeled | |
| - unlabeled | |
| - synchronize | |
| jobs: | |
| label-check: | |
| runs-on: ubuntu-latest | |
| strategy: | |
| matrix: | |
| labels: | |
| - "Awaiting Module Path Assignment" | |
| - "Awaiting MCR Manifest Onboarding" | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| steps: | |
| - uses: mheap/github-action-required-labels@v5 | |
| with: | |
| mode: exactly | |
| count: 0 | |
| labels: ${{ matrix.labels }} | |
| add_comment: true | |
| message: "This PR is being prevented from merging because it is pending on label: ${{ matrix.labels }}." |