Skip to content

fix: Fixed MSI UDT test to only check for the required output if the imported type is also used by a parameter #7453

fix: Fixed MSI UDT test to only check for the required output if the imported type is also used by a parameter

fix: Fixed MSI UDT test to only check for the required output if the imported type is also used by a parameter #7453

name: .Platform - Semantic PR Check
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}