Skip to content

Add env var to control sending telemetry to appinsights in functions worker #759

Add env var to control sending telemetry to appinsights in functions worker

Add env var to control sending telemetry to appinsights in functions worker #759

name: "PR Title Enforcer"
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}