Skip to content

Focus on the first item of the selection list when user changes the search input #47851

Focus on the first item of the selection list when user changes the search input

Focus on the first item of the selection list when user changes the search input #47851

Workflow file for this run

name: PR Author Checklist
on:
pull_request:
types: [opened, edited, reopened]
jobs:
# Note: PHP specifically looks for the name of this job, "checklist", so if the name of the job is changed,
# then you also need to go into PHP and update the name of this job in the GH_JOB_NAME_CHECKLIST constant
checklist:
runs-on: ubuntu-latest
if: github.actor != 'OSBotify' && github.actor != 'imgbot[bot]'
steps:
- name: authorChecklist.js
uses: Expensify/App/.github/actions/javascript/authorChecklist@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}