Skip to content

az webapp config set --linux-fx-version always deploys "PHP version : 8.0.30" and not the specified linux-fx-version #1172

az webapp config set --linux-fx-version always deploys "PHP version : 8.0.30" and not the specified linux-fx-version

az webapp config set --linux-fx-version always deploys "PHP version : 8.0.30" and not the specified linux-fx-version #1172

name: Run issue sentinel
on:
issues:
types: [opened, edited, closed]
jobs:
Issue:
permissions:
issues: write
runs-on: ubuntu-latest
steps:
- name: Run Issue Sentinel
uses: Azure/issue-sentinel@v1
with:
password: ${{secrets.ISSUE_SENTINEL_PASSWORD}}
enable-similar-issues-scanning: true
enable-security-issues-scanning: true