Skip to content

fix: Add date range validation to prevent invalid date selection (#572) #958

fix: Add date range validation to prevent invalid date selection (#572)

fix: Add date range validation to prevent invalid date selection (#572) #958

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