Skip to content

Add diagnostic to verify the left hand side of a generic constraint. #2947

Add diagnostic to verify the left hand side of a generic constraint.

Add diagnostic to verify the left hand side of a generic constraint. #2947

Workflow file for this run

name: Verify PR Labels
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
paths-ignore:
- 'docs/**'
- 'LICENCE'
- 'CONTRIBUTION.md'
- 'README.md'
jobs:
label:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: mheap/github-action-required-labels@v5
with:
mode: exactly
count: 1
labels: |
pr: non-breaking
pr: breaking change