Skip to content

Commit

Permalink
Merge pull request #9691 from department-of-veterans-affairs/chanel-9…
Browse files Browse the repository at this point in the history
…375-test-auto-assign-accessibility

Automation/chanel-9375-test-auto-assign-accessibility
  • Loading branch information
IsraelleHub authored Sep 26, 2024
2 parents 816ed6c + 34e10e1 commit 651630a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/auto_assign_accebility_ticket.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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 axe specialist
run: gh issue edit ${{ github.event.issue.number }} --add-assignee "IsraelleHub"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 651630a

Please sign in to comment.