va-process-list-item: move status eyebrow into header so that it gets read by screen readers #3985
Workflow file for this run
This file contains 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: "Disallow Zenhub Links" | |
on: | |
pull_request: | |
types: [opened, edited, reopened, synchronize] | |
jobs: | |
check_pr: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Disallow zenhub links | |
uses: JJ/github-pr-contains-action@releases/v2 | |
with: | |
github-token: ${{github.token}} | |
bodyDoesNotContain: "zenhub.com" | |
bodyContains: '' | |
diffContains: '' |