Skip to content

Picking subnets from the unused spaces in the vnet rather than randomly generating them. #9899

Picking subnets from the unused spaces in the vnet rather than randomly generating them.

Picking subnets from the unused spaces in the vnet rather than randomly generating them. #9899

Workflow file for this run

name: Maintenance
on:
push:
pull_request_target:
types:
- synchronize
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: check if prs are dirty
uses: eps1lon/actions-label-merge-conflict@releases/2.x
with:
dirtyLabel: needs-rebase
repoToken: "${{ secrets.GITHUB_TOKEN }}"
commentOnDirty: "Please rebase pull request."