Skip to content

refactor: Extract framework EOL and removal notice #426

refactor: Extract framework EOL and removal notice

refactor: Extract framework EOL and removal notice #426

name: Lint PR
on:
pull_request:
types:
- labeled
- unlabeled
- opened
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Check Label
run: |
if [ "[]" == "${{ toJson(github.event.pull_request.labels.*.name) }}" ]; then
echo 'Please label your PR' && exit 1;
fi