Skip to content

fix(MenuItem): add active state to screenreader #14078

fix(MenuItem): add active state to screenreader

fix(MenuItem): add active state to screenreader #14078

Workflow file for this run

name: Check PR title
on:
pull_request:
branches:
- main
- dependencies
types:
- opened
- reopened
- edited
- synchronize
jobs:
pr-title:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login != 'dependabot[bot]'
steps:
- uses: aslafy-z/[email protected]
with:
success-state: Title follows the specification
failure-state: Title does not follow the specification
context-name: conventional-pr-title
preset: conventional-changelog-conventionalcommits@latest
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN }}