Skip to content

Bug - Veteran reporting that the app experience varies by device #725

Bug - Veteran reporting that the app experience varies by device

Bug - Veteran reporting that the app experience varies by device #725

name: Auto-Assign Accessibility Tickets
on:
issues:
types:
- labeled
jobs:
auto-assign:
if: github.event.label.name == 'accessibility'
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Assign ticket to accessibility specialist
run: gh issue edit ${{ github.event.issue.number }} --add-assignee "brea11y"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}