Skip to content

azurerm_site_recovery_replicated_vm - support in-place disk add/remove without full resync #217

azurerm_site_recovery_replicated_vm - support in-place disk add/remove without full resync

azurerm_site_recovery_replicated_vm - support in-place disk add/remove without full resync #217

Workflow file for this run

---
name: Link Milestone
# When a PR merges to main, assigns it and all issues it closes to the next
# unreleased milestone via scripts/automation/milestone-link.sh.
permissions: {}
on:
pull_request_target:
branches: [main]
types: ['closed']
jobs:
link-milestone:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
issues: write
steps:
# pull_request_target checks out the base branch (main), not the PR head
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v6
- name: "Link Milestone"
shell: bash
run: bash ./scripts/automation/milestone-link.sh
env:
PR_NUMBER: ${{ github.event.number }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}