Skip to content

azurerm_application_gateway - refactor validation for backend_http_settings and probe block #9330

azurerm_application_gateway - refactor validation for backend_http_settings and probe block

azurerm_application_gateway - refactor validation for backend_http_settings and probe block #9330

Workflow file for this run

---
name: Link Milestone
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:
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
with:
# we cannot use go-version-file here because no repositories are checked out so there is no file to reference
go-version: '1.24.1'
- run: |
go install github.com/stephybun/link-milestone@latest
link-milestone
env:
PR_NUMBER: ${{ github.event.number }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPO: ${{ github.repository }}