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.
1 parent 0b37a79 commit 9a8ea54Copy full SHA for 9a8ea54
.github/labeler.yml
@@ -0,0 +1,2 @@
1
+regression:
2
+ - '(Regression in newer Runtime|Regression in newer SDK)'
.github/workflows/regexLabeler.yml
@@ -0,0 +1,19 @@
+name: "Issue Labeler"
+on:
3
+ issues:
4
+ types: [opened, edited]
5
+
6
+permissions:
7
+ issues: write
8
+ contents: read
9
10
+jobs:
11
+ triage:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: github/[email protected]
15
+ with:
16
+ configuration-path: .github/labeler.yml
17
+ enable-versioned-regex: 0
18
+ include-title: 1
19
+ repo-token: ${{ github.token }}
0 commit comments