Skip to content

Fix: Improve date input UX and prevent manual editing issues #1000

Fix: Improve date input UX and prevent manual editing issues

Fix: Improve date input UX and prevent manual editing issues #1000

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 }}"