From 875a3a601dd1cd9d5ac226ecb09bc8b66375b7f9 Mon Sep 17 00:00:00 2001 From: Victor Huang Date: Fri, 29 Dec 2023 14:37:10 -0800 Subject: [PATCH] Update autoAssign.yml --- .github/workflows/autoAssign.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autoAssign.yml b/.github/workflows/autoAssign.yml index 8ac58b592..2448069f1 100644 --- a/.github/workflows/autoAssign.yml +++ b/.github/workflows/autoAssign.yml @@ -10,4 +10,9 @@ jobs: with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} assignees: vbryh-msft, lflores-ms - includeLabels: regression, bluescreen + includeLabels: regression + - uses: wow-actions/auto-assign@v3 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + assignees: vbryh-msft, lflores-ms + includeLabels: bluescreen