Skip to content

Commit

Permalink
Update regexLabeler.yml to run autoassign as well
Browse files Browse the repository at this point in the history
  • Loading branch information
victorhuangwq authored Dec 28, 2023
1 parent 2a316b0 commit ce22dca
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/regexLabeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ jobs:
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
include-title: 1
repo-token: ${{ github.token }}
repo-token: ${{ github.token }}
- uses: wow-actions/auto-assign@v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
assignees: vbryh-msft, lflores-ms
includeLabels: regression

0 comments on commit ce22dca

Please sign in to comment.