fix: #3625 - Update avm/res/recovery-services/vault
Added CMK encryption properties and updated API to latest stable release
#8467
Workflow file for this run
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: .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 }}." |