diff --git a/.github/labeler.yml b/.github/labeler.yml index 4716c10..7b1904d 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,2 +1,5 @@ regression: - - '(Regression in newer Runtime|Regression in newer SDK)' \ No newline at end of file + - '(Regression in newer Runtime|Regression in newer SDK)' + +bluescreen: + - '(blue screen|bug check|BSOD|bugcheck)' \ No newline at end of file diff --git a/.github/workflows/autoAssign.yml b/.github/workflows/autoAssign.yml index 7291b82..8ac58b5 100644 --- a/.github/workflows/autoAssign.yml +++ b/.github/workflows/autoAssign.yml @@ -10,4 +10,4 @@ jobs: with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} assignees: vbryh-msft, lflores-ms - includeLabels: regression + includeLabels: regression, bluescreen diff --git a/.github/workflows/regexLabeler.yml b/.github/workflows/regexLabeler.yml index 289f61c..ba7ce42 100644 --- a/.github/workflows/regexLabeler.yml +++ b/.github/workflows/regexLabeler.yml @@ -21,4 +21,4 @@ jobs: with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} assignees: vbryh-msft, lflores-ms - includeLabels: regression + includeLabels: regression, bluescreen