Skip to content

RTL cursor and keyboard behavior prevents intuitive editing of the date value in Input Date Picker #381

RTL cursor and keyboard behavior prevents intuitive editing of the date value in Input Date Picker

RTL cursor and keyboard behavior prevents intuitive editing of the date value in Input Date Picker #381

name: Track Milestone Estimates
on:
workflow_dispatch:
issues:
types: [closed]
milestone:
types: [closed]
jobs:
estimates:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create estimates data
uses: actions/github-script@v7
with:
script: |
const action = require('${{ github.workspace }}/.github/scripts/trackMilestoneEstimates.js')
await action({github, context, core})
- name: Upload estimates data
uses: actions/upload-artifact@v4
with:
name: milestone-estimates
path: milestone-estimates.*