Skip to content

feat(web,a11y): replace IconButton with CircleIconButton #9802

feat(web,a11y): replace IconButton with CircleIconButton

feat(web,a11y): replace IconButton with CircleIconButton #9802

name: Enforce PR labels
on:
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
enforce-label:
name: Enforce label
runs-on: ubuntu-latest
steps:
- if: toJson(github.event.pull_request.labels) == '[]'
run: exit 1