Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Fix an issue that caused the Order by select in Reviews blocks to always be disabled #5691

Fix an issue that caused the Order by select in Reviews blocks to always be disabled

Fix an issue that caused the Order by select in Reviews blocks to always be disabled #5691

name: Pull Request Label Validation
on:
pull_request:
branches:
- trunk
types:
- labeled
- unlabeled
- opened
- reopened
- synchronize
- edited
env:
LABELS: ${{ join( github.event.pull_request.labels.*.name, ' ' ) }}
jobs:
check-type-label:
name: Check [Type] Label
runs-on: ubuntu-latest
steps:
- if: contains( env.LABELS, 'type' ) == false && contains( env.LABELS, 'skip-changelog' ) == false
run: exit 1