Skip to content

Commit

Permalink
Merge pull request #9719 from department-of-veterans-affairs/chanel-9…
Browse files Browse the repository at this point in the history
…375-new-auto-assignment-accessibility-ticket

Automation/9375-new-auto-assign-accessibility-ticket
  • Loading branch information
IsraelleHub authored Sep 27, 2024
2 parents 5306989 + c4b3aaa commit 712d9c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_assign_accebility_ticket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
permissions:
issues: write
steps:
- name: Assign ticket to axe specialist
run: gh issue edit ${{ github.event.issue.number }} --add-assignee "IsraelleHub"
- 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 }}

0 comments on commit 712d9c0

Please sign in to comment.