Skip to content

Commit ce22dca

Browse files
Update regexLabeler.yml to run autoassign as well
1 parent 2a316b0 commit ce22dca

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/regexLabeler.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,9 @@ jobs:
1616
configuration-path: .github/labeler.yml
1717
enable-versioned-regex: 0
1818
include-title: 1
19-
repo-token: ${{ github.token }}
19+
repo-token: ${{ github.token }}
20+
- uses: wow-actions/auto-assign@v3
21+
with:
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23+
assignees: vbryh-msft, lflores-ms
24+
includeLabels: regression

0 commit comments

Comments
 (0)