We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce22dca + cf3d800 commit b329d14Copy full SHA for b329d14
.github/labeler.yml
@@ -1,2 +1,5 @@
1
regression:
2
- - '(Regression in newer Runtime|Regression in newer SDK)'
+ - '(Regression in newer Runtime|Regression in newer SDK)'
3
+
4
+bluescreen:
5
+ - '(blue screen|bug check|BSOD|bugcheck)'
.github/workflows/autoAssign.yml
@@ -10,4 +10,4 @@ jobs:
10
with:
11
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12
assignees: vbryh-msft, lflores-ms
13
- includeLabels: regression
+ includeLabels: regression, bluescreen
.github/workflows/regexLabeler.yml
@@ -21,4 +21,4 @@ jobs:
21
22
23
24
0 commit comments