Improve poll creation TalkBack accessibility: action verb, toggle rows, error live region, reorder actions #2565
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: PR checklist | |
| on: | |
| pull_request: | |
| types: [ opened, edited, synchronize, labeled, unlabeled, reopened ] | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| issues: write | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| pr-checklist: | |
| uses: GetStream/stream-build-conventions-android/.github/workflows/pr-quality.yml@v0.13.1 | |
| secrets: inherit |