Skip to content

Add real-time underline validation, Enter key validation, and sync error border with toast for organization input #949

Add real-time underline validation, Enter key validation, and sync error border with toast for organization input

Add real-time underline validation, Enter key validation, and sync error border with toast for organization input #949

Workflow file for this run

name: Auto Labeler
on:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"