Skip to content

WB-1676.2: Add a11y features to announce combobox changes to screen readers #3931

WB-1676.2: Add a11y features to announce combobox changes to screen readers

WB-1676.2: Add a11y features to announce combobox changes to screen readers #3931

Workflow file for this run

name: Gerald - Notify and Request Reviewers On Pull Request
'on':
pull_request:
# ready_for_review isn't included by default, so we add it here to have this
# workflow re-run when a pr is converted from "draft" to "not draft". We
# also add "edited" to re-check when the base branch is changed.
types: [opened, synchronize, reopened, ready_for_review, edited]
jobs:
gerald:
# Skip this workflow on dependabot PRs
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
runs-on: ubuntu-latest
steps:
- uses: Khan/actions@gerald-pr-v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
admin-token: ${{ secrets.KHAN_ACTIONS_BOT_TOKEN }}