Skip to content

azurerm_windows_web_app,azurerm_windows_web_app_slot,azurerm_windows_function_app,azurerm_windows_function_app_slot - add push_setting feature. #5197

azurerm_windows_web_app,azurerm_windows_web_app_slot,azurerm_windows_function_app,azurerm_windows_function_app_slot - add push_setting feature.

azurerm_windows_web_app,azurerm_windows_web_app_slot,azurerm_windows_function_app,azurerm_windows_function_app_slot - add push_setting feature. #5197

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@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
# we cannot use go-version-file here because no repositories are checked out so there is no file to reference
go-version: '1.20.5'
- 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 }}